Closed NHSDevGuy closed 6 years ago
Hey @NHSDevGuy
Looking at your code, you dont have a height set on your table so the Virtual DOM isnt being used, which means that Tabulator is trying to render all the rows on the table at once which could be slowing you down.
Try defining a height and see how you get on.
Cheers
Oli :)
Also Try version 4.0 it is faster in a lot of areas :)
Hi all,
The following code takes about 22 seconds to display 219 rows of data, 2 seconds of which is doing the Ajax get:
Can you see anything wrong with it? Tested on IE 11, latest Chrome (30 seconds), and latest Firefox (7 seconds - reasonable) via Visual Studio 2017 running IIS Express.
Paul