wootapa / watable

A jQuery table plugin with sorting, paging, filtering.
https://oweitman.github.io/watable/doc/index.html
MIT License
293 stars 101 forks source link

Fixed Header #4

Closed nesl247 closed 9 years ago

nesl247 commented 11 years ago

I'm looking into alternatives to DataTables, and came across Watable. The one thing that prevents me from being able to switch at the moment is the fixed header feature of DataTables. In DataTables you can set sScrollX and sScrollY parameters to change the size of a table, and if it is larger than the specified values, there is scrolling as well as a fixed header.

Is this something that you have planned to add, if not, would it be possible to have this added?