Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/closeio/jquery-truncate-table
A jQuery plugin to collapse/hide/truncate rows in table beyond a specific limit, which can be shown again with a click.
https://github.com/closeio/jquery-truncate-table
Last synced: about 1 month ago
JSON representation
A jQuery plugin to collapse/hide/truncate rows in table beyond a specific limit, which can be shown again with a click.
- Host: GitHub
- URL: https://github.com/closeio/jquery-truncate-table
- Owner: closeio
- License: mit
- Created: 2014-05-01T00:53:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T00:57:27.000Z (over 10 years ago)
- Last Synced: 2024-04-15T00:06:16.861Z (8 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery-truncate-table
=====================TruncateTable is a jQuery plugin to collapse/hide/truncate rows in a table beyond a specific limit.
Those rows can be shown by clicking a special 'X rows hidden' row that appears at the bottom.
Usage
---```
$('table').truncateTable({ limit: 5 });
```