Fixed table thead. Pure javascript
npm install fixed-table-clean-jsInstall: npm install fixed-table-clean-js
Create table (example):
```
Init:
`
import fixedTable from 'fixed-table-clean-js';
try{
new fixedTable({tableSelector: "#fixedTable"});
}catch (e){
console.error(e);
}
``
Fixed Header Table
DEMO: https://goodday.block.kiev.ua/fixed-table/