반응형
Tablesort: A simple sorting component for tables
Tablesort makes it easy to add a sorting component to your tables. It’s dependency free and written in JavaScript, but includes optional Ender support.
Tablesort is a small & simple sorting component for tables written in Javascript. It has no dependencies and should have no interference with other libraries.
Basic usage
<script src='tablesort.min.js'></script>
<script>
new Tablesort(document.getElementById('table-id'));
</script>
Sort Types
- strings
- numbers
- currency
- Basic dates in
dd/mm/yy
ordd-mm-yy
format. Years can be 4 digits. Days and Months can be 1 or 2 digits.
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[javascript] FlowType.js: Better responsive typography (0) | 2013.09.30 |
---|---|
[jQuery] 12 Fresh jQuery Plugins You Shouldnt Miss (0) | 2013.09.26 |
[javascript] Pace: An automatic page load progress indicator (0) | 2013.09.24 |
[jQuery] Best jQuery Plugins of the Week [15th September-21st September] (0) | 2013.09.24 |
[jQuery] 35 Stunning jQuery Tutorials For Web Developers (0) | 2013.09.23 |