DataTables / FixedHeader

Fix the header, footer, left or right columns of a table in place, to always show them when scrolling
http://www.datatables.net/
Other
75 stars 83 forks source link

Fixed Column Integration #85

Open fazlurr opened 8 years ago

fazlurr commented 8 years ago

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   }, },

DataTables commented 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.

fazlurr commented 8 years ago

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.

LeonardoGentile commented 6 years ago

ping

peterchrjoergensen commented 5 years ago

Any chance for a merge?