##Flextable Flextable is a flexible table library. ##Introduction
- the first row fixed
- hide or show special columns
- sort according to column header
##Usage
You can use bower install
command install the library.
bower install Flextable
include Flextable.css
and Flextable.js
in your html.
<script>
new Flextable({
'tableId': 'flextable',
'hideCol': true
});
</script>
Besides, you can check examples
directory.