Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinix-technology/tshirt-table
A split table implementation based on tshirt-scroll
https://github.com/xinix-technology/tshirt-table
Last synced: about 11 hours ago
JSON representation
A split table implementation based on tshirt-scroll
- Host: GitHub
- URL: https://github.com/xinix-technology/tshirt-table
- Owner: xinix-technology
- License: apache-2.0
- Created: 2015-03-22T11:07:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T05:29:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T22:10:28.170Z (about 1 month ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - tshirt-table - A split table implementation based on tshirt-scroll - [dwaan](https://github.com/dwaan) (Grouping / Web)
README
# tshirt-table
A split table implementation based on tshirt-scroll**Available Configuration**
1. freezeRow: 0, // How many row you need to freeze on the top
2. freezeCol: 0, // How many coloumn you need to freeze on the left
3. config: {}, // Configuration
4. data: {}, // Multi Array data
5. gap: 1, // The gap between freeze content to regular content
6. rubber: true, // If you need to add rubber
7. highlight: true, // Highlight the result, turn it into false if it's too slow
8. done: function (data) {} // Callback when the script finish rendering**How to use**
$("#table").table();