[ad_1]
[ad_2]
Hello everyone,
I'm building a platform using WordPress where users can access a database (10k+ rows)
I'm considering the NinjaTables or WpDataTable for the database.
I want to implement a solution where user can only export 100 rows every month.
Can I do this with anyone of these plug-in? If not directly, do we have a custom code solution for this?
I know Html, CSS, and JS pretty well.
Thanks
If you know HTML and JS. Just create the table yourself using HTML and put a cap of 100 in the export js function.