Hacker News new | ask | show | jobs
by dreamdu5t 5288 days ago
Data tables was too slow for us over using 500+ rows. We went with SlickGrid... which is faster but just all over the place.
1 comments

I found DataTables was much, much faster when I passed a JSON data hash - I think the DOM manipulation is what normally kills it. We've got some tables of several thousand rows in a small internal app and performance is fine, even in older IEs. (I think I tested up to several tens of thousands before IE started to be unreasonably slow - YMMV, of course.)