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
We absolutely LOVE this plugin...It works great, thanks so much..!
Usage question: Our tables look great but there are times when our data source (CSVs) contain more rows than we want to have visible. For instance, our source CSVs may contain 1000 rows and we want to sort the data and show only the top 100 rows. Is there a way to limit the number of rows displayed in wpDataTables rather than modifying the code that produces the CSVs?
Thx,
Gary
Hi Gary
Thank you for reaching out to us.
If the table is created as a link to an existing data source, this can't be done, because the plugin reads the source file, and displays it whole on front-end using JavaScript.
You could import the CSV file, and create a table like that, so then you would be able to use the SQL query, but I don't know if you need the data to be live and modified in the CSV file. If you do, importing the CSV will not help.