Joomla resizable and scrolling table plugin, module, extension, component.
Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers. This plugin is also a part of ARI Smart Content: DataTable Pack
Features:
- Resizable columns
- Resizable height and width
- Cool theme
- Can convert an ordinary table
- Show/hide columns
- Ability to resize table
- Toolbar
Example:
| column1 |
column2 |
column3 |
| content1 |
content2 |
content3 |
| content7 |
content8 |
content9 |
| content4 |
content5 |
content6 |
| column1 |
column2 |
column3 |
| content1 |
content2 |
content3 |
| content7 |
content8 |
content9 |
| content4 |
content5 |
content6 |
| content1 |
content2 |
content3 |
| content7 |
content8 |
content9 |
| content4 |
content5 |
content6 |
Usage:
{arijflexgrid resizable="false" striped="true" blockOpacity="0.3" title="Table Title"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
</tbody>
</table>
{/arijflexgrid}
You should indicate width for every <th> element to display correctly: <th width="100"> (without "px").
Parameters:
- height - Height. Values: number
- width - Width. Values: number
- striped – Should table be striped or not. Values: true, false
- minwidth – Minimal column width. Values: number
- minheight – Minimal column height. Values: number
- resizable - Resizable or not. Values: true, false
- nowrap – Don't wrap or wrap. Values: true, false
- title – Table title. Values: any string
- minColToggle - Minimum allowed column to be hidden
- showToggleBtn - Show toggle button or not. Values: true, false
- blockOpacity – Opacity value. Values: from 0 to 1
- novstripe – Don’t display vertical stripe. Values: true, false
|