Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 });
```