We have been using ARI Data Tables for a while now and it has been working great. The problem is our database in SQL has grown to the point the page loads extremely slow and we still have more data to add. The page in question is
cfgs.org/index.php/local-resources/cemetery-project/tombstone-database
I am assuming it is loading the entire table before opening. We do not need to load the whole table and would like for it to display only what a user selects. Is there a way to present a form and query only what is needed from SQL once selections are made?
Thanks!