How to simple fixed header and fixed column only?
How to simple fixed header and fixed column only?
Hi everybody, is there any simple code for fixed header, column and scroll only? I have turn off the sorting function but the report still running long time if the record more than 2000. So I just wanna the simple code to fixed header and column only. Thanks.
This discussion has been closed.
Replies
To have a fixed column, each and every row must have its size calculated and applied to the fixed column - that is a horribly slow thing to do, but there is really no way around it, while still having it work correctly.
Paging is one option, and another might be FixedColumns with CSS set row height: http://datatables.net/release-datatables/extras/FixedColumns/css_size.html
Allan