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