I’ve got a jqxdatatable that has about 300 rows broken down into 50 row pages. The table is increasingly getting slower and slower at rendering. The data is being loaded via json, and I have triple checked that my data is not the cause, when I query the data is loads instantly. The page it’s self also loads instantly, but the table however takes anywhere from 6 to 10 seconds to display. If I reduce the number of rows down to less than 10 it loads fast. Is this the performance I can expect from jqxdatatables?