Okay
  Public Ticket #1520544
Looking for these options...
Closed

Comments

  •  3
    lesliewright531 started the conversation

    I'm looking for the following solutions to a table I'm using for job work orders. Are there any you can help with?

    1. Need top header row to stay fixed for scrolling down through many rows of data.

    2. Need a way to format conditionally based on the date. For example, if 3 days past the date entered in column 1, turn this row Red. 

    3. Push Notifications. For example, when I assign a job number in row 1 column 4 to a person, email a notification to their corresponding email address from column 5.  

    4. Fixed column width without limiting entire table. My table has 30 columns, so I need to be able to use the scroll bar. However, I have on column with too much data. I need that one column to have either a width limit or a character limit and word wrap. 

    5. Calendar integration or chart. Is there a way to place a calendar at the top of the page that shows all jobs on the calendar based on the date I have entered in column 1?

    Love this plugin very much! Thank you for the help!

  •  3
    lesliewright531 replied

    I'm also needing to remove the "delete" function from the pop up editing buttons of "new, edit, delete". My customer is wanting her customers to only be able to archive things and not delete anything. 

  •  1,688
    Miloš replied

    Hi lesliewright531,
    Thank you for your purchase.

    Sorry to disappoint you but unfortunately this features are not possible to achieve with the plugin built in features at the moment and it require code customization of the plugin. Our price is 50$/hour.

    1.
    We have a plan to implement this feature for some of our future updates but for now it is only on our TODO list. It is very difficult to find the proper solutions because it can cause a lot of conflicts with a lot of themes.

    As a workaround I can suggest you to take a look at this ticket 
    https://tmsplugins.ticksy.com/ticket/1171681/
    where one of our users managed to find the solution for his case.

    So hopefully this can help you out.

    2.
    This can be done with some code customization of the plugin. The date picker for now have TODAY placeholder ( and for our next update it will be more placeholders like Last 30 days, Last/This/Next Week/Month. Customization for you will be that you will have option 3 days passed in the date picker for conditional formatting. 
    Adding this option can take 6 hours of work.

    3.

    This can also be done with the customization of the plugin. The best option is to make an add-on for this case and this customization can require 8-10 hours of work.

    4. 
    Unfortunately something like this can not be achieved because Scrollable option and Limit table width option can not be turned on at the same time.

    5.

    This also require some code customization. Can you please provide me more details and some example ( link of the page) so I can forward to my team and estimate the price.

    6. Delete function.

    This can be achieved with some CSS to hide that button

    You can use this CSS:

    a.dt-button.delete_table_entry.DTTT_button.DTTT_button_delete{
    display: none !important;
    }
    

    Let me know your thoughts.

    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  3
    lesliewright531 replied

    Perfect! Thank you so much! I'll get in touch with my customer. I'm sure she'll want to proceed with these customization features. Thanks again. 

  •   Miloš replied privately
  •   lesliewright531 replied privately
  •   Miloš replied privately
  •   Miloš replied privately
  •   Miloš replied privately
  •   lesliewright531 replied privately
  •   Miloš replied privately
  •   lesliewright531 replied privately
  •   Miloš replied privately
  •   lesliewright531 replied privately
  •  1,688
    Miloš replied

    HI lesliewright531,

    I forwarded this ticket to my team so we can all take a look and discuss for the possible customization and requirements.

    I will let you know.


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • Taigne replied

    I am not certain whether this is an appropriate thread, as some replies are hidden... I am looking for a means to copy the formatting rules I've established from one column, to other/multiple columns. I have set more than 3 dozen rules (as the match requirements are strict, ie no regex or means to pass cell values as variables). I don't mind editing js/php, just having some difficulty locating the file where these formatting rules are set.

    Thank you in advance for any assistance that can be provided.

  •  1,688
    Miloš replied

    HI Taigne,

    Can you please open a separate ticket so our agents can help you out.



    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • Taigne replied

    ahh! my support has expired.

  •  2
    jko5er replied

    Hi, is more advanced date filtering coming soon? I am looking to implement something similar to the attached image to show placeholders like Last 30 days, Last/This/Next Week/Month. It would be ideal if when choosing date range as a filter option, that you could choose if you'd like the standard wpdatables range filter, or the datarangepicker version below.

    http://www.daterangepicker.com