1.0.5 • Published 3 years ago

fixed-table-clean-js v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

fixed-table-clean-js

Install:
npm install fixed-table-clean-js

Create table (example):

<table id="fixedTable">
    <thead>
        <tr>
            <th></th>
            <th></th>
            <th></th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td></td>
            <td></td>
            <td></td>
        </tr>
        <tr>
            <td></td>
            <td></td>
            <td></td>
        </tr>
        <tr>
            <td></td>
            <td></td>
            <td></td>
        </tr>
    </tbody>
</table>

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/

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago