pranjal-goswami / multifact-pivottable

A JavaScript plugin for PivotTable.js. It renders multiple aggregations simultaneously with added configurations for rendering beautiful tables http://pranjalgoswami.in/multifact-pivottable/examples/index.html
MIT License
18 stars 13 forks source link

Fixed Header with multiple th and colspans and fixed columns #16

Open BBBhatt opened 3 years ago

BBBhatt commented 3 years ago

I want to fix the headers with n number of th elements which contains colspan attributes also. the table should have height of current screen size and columns and headers should be fixed with other contents scrollable.

Is there any way to achieve this???