Comments Michixt started the conversationDecember 20, 2018 at 11:15amI need to hide the lines when the cell of a specific column is empty. 2,575Aleksandar repliedDecember 20, 2018 at 12:03pmHello Michixt. Thank You for Your purchase. If a cell of a specific column is empty, You can add Conditional Formatting and set row CSS class: Then, under wpDataTables main Settings, go to Custom JS and CSS and add this line of code: table.wpDataTable tr.empty { display:none !important; } For every row, where the column You added the conditional formatting to, is empty, it will hide the entire row. Please let me know if this solution works for You. Best regards.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia 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 Sign in to reply ...
I need to hide the lines when the cell of a specific column is empty.
Hello Michixt.
Thank You for Your purchase.
If a cell of a specific column is empty, You can add Conditional Formatting and set row CSS class:
Then, under wpDataTables main Settings, go to Custom JS and CSS and add this line of code:
For every row, where the column You added the conditional formatting to, is empty, it will hide the entire row.
Please let me know if this solution works for You.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia 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