What's the best jQuery plugin for creating a table with fixed header?
It should be crossbrowser compatible.
I'm needing this for creating a datagrid widget.
I need to always display the header and sidebar indexes, but let the content be scrollable freely x & y ... any solutions to this problem?
I have looked at DataTables jQuery plugin (example: link), but I was wondering if there …
This problem has been bothering me for a while.
Here are two fixed header html tables in the same page:
Site 1
https://datatables.net/release-datatables/extras/FixedHeader/two_tables.html
But, these 2 tables are on the page itself.. but not …