DataTable with Scroller in jQuery UI tabs, plus an init question

DataTable with Scroller in jQuery UI tabs, plus an init question

danskdansk Posts: 2Questions: 2Answers: 0
edited November 2014 in Free community support

Hi everybody,

I'm struggling with a DataTable with the Scroller extension inside a jQuery UI tab. I tried the instructions on this page (http://www.datatables.net/examples/api/tabs_and_scrolling.html ), but it doesn't initialize when located in a hidden tab.

Also, is it still necessary to load the external .js for scroller initialization or is it already include in the 1.10.4. release file?
I'm not sure how to see that the scroller is working, I have 5500 rows with some links added via the render callback, but the performance is not good. The docs are not clear about this, and the example still uses the "jQueryUI": true config, which is deprecated, so I thought the example might be as well.

If anyone is interested, I made a working example with the scroller filling the remaining height of a containing element, using flexbox layout. I could post an example on fiddle or so, but I need to sort this tabs thing out first...

Thanks for listening ;-)
dansk

This discussion has been closed.