ARI Smart Content: ARI MooTable plugin

Joomla sorting and resizing table plugin, module, extension, component.

Table plugin with columns sorting and resizing. This plugin is also a part of ARI Smart Content: DataTable Pack

Features:
  • Sorting
  • Table resizing
  • Hide/show columns

Example:


column1 column2 column3
content1 content2 content3
5 6534 3
78 12 55
325 643534 23
758 132 525


Usage:

{arimootable} <table> <thead> <tr> <th width="100">column1</th> <th width="100">column2</th> <th width="150">column3</th> </tr> </thead> <tbody> <tr> <td>content1</td> <td>content2</td> <td>content3</td> </tr> </tbody> </table> {/arimootable}


Parameters:

  • height – Table height. Value: number
  • minColWidth - Minimum column width. Value: number
  • delay – Delay before displaying. Values: number in milliseconds
  • decimal – Decimal numbers splitter. Values: "." or ","
  • filter – use data filter or not. Values: true, false
  • section. Values: number
  • resizable – Should table be resizable or not. Values: true, false
  • sortable – Should table be sortable or not. Values: true, false
  • useloading- Use loading or not. Values: true, false
  • fade. Values: true, false
  • footer – Display footer or not. Values: true, false