Open fazlurr opened 8 years ago
This looks awesome - thanks! I'm afraid I'm wrapped up with other things at the moment, but I'll try to look into this as soon as I can.
Thanks.. I'm sorry i forgot to include the scroll sync code between the dataTables_scroll and fixedHeader-scroll. I add the code manually in a separate js file. And i forgot to add some CSS.
Maybe i can make some improvements and do pull request again.
I don't want to rush you, Big Thanks.
ping
Any chance for a merge?
Integrate FixedColumns, so the FixedHeader can have FixedColumns
Add fixedColumns options to fixedHeader
fixedColumns: { isFixed: false, left: 0, right: 0 }
Example Options: fixedHeader: { header: true, headerOffset: 50, fixedColumns: { isFixed: true, left: 2, right: 1 }, },