As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi, your wpDataTables is amazing.
I have one question. Is it possible to delete row by condition?
For example, if there are some values more than $5000 in Column X then hide all rows, where these values exist?
Hi Yuriy,
Thank you for the inquiry.
Something exactly like that is not possible, but as a workaround you can try to use conditional formatting. You can add some custom class (e.g. hidden) on the rows where value is more than 5000. Then you should add display property that will have value 'none' for that class in your custom CSS.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.