Skip to content

hipoyang/Flextable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##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

Demo

include Flextable.css and Flextable.js in your html.

<script>
    new Flextable({
        'tableId': 'flextable',
        'hideCol': true
    });
</script>

Besides, you can check examples directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published