markmalek / Fixed-Header-Table

jQuery plugin for tables with fixed headers
www.fixedheadertable.com
MIT License
930 stars 542 forks source link

Feature Request: More than column to be set as fixed #129

Open kokizzu opened 9 years ago

kokizzu commented 9 years ago

for example:

$(table).fixedHeaderTable({ footer: true, cloneHeadToFoot: true, fixedColumn: 2 });
// to most left column to be set as fixed
tamih commented 8 years ago

hi , I am facing the same issue , did you found solution ?