Hi,
I was wondering if there a maximum number of rows that forms can handle for a table?
I have a lookup that queries SQL and has the potential to return a lot of data (maybe 6-10 thousand rows). I was hoping to display this using something like datatables.net and allow the user to download results as a csv.
At the moment it seems to me like querying this much data just causes the form to lock up waiting for it to load. The SQL executes very quickly but the form just freezes.
Are there any tricks I need to look at? Like would it help to hide the table until it populates and only displaying it after applying the datatable library?
Thanks in advance for any feedback or suggestions :)