Give us feedback
datatable
Web icon

DataTable

Stable version 2.4.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 29 July 2019 by 
4.9
 (7 ratings)
datatable

DataTable

Created on OutSystems 10

Version 2.1.0

Stable
Application Package
Uploaded on 29 July 2019 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Bug fixes and small enhancement.

Version 2.0.0

Stable
Application Package
Uploaded on 03 May 2019 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Added functionality enhanced component

      1.  Re arrange column with Drag & Drop

      2. Make column hide and show

removed the demo project from the component

Version 1.1.3

Stable
Application Package
Uploaded on 23 May 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Custom your table display records length. In this version i have added to custom you record display drop down values, just simple pass a comma separated integer text value into lengthMenu input parameter.

Note: if you pass a single value (ex: lengthMenu: "25" ) the length option will not get displayed

Example:

lengthMenu: "20" ----Vaild

lengthMenu: "10, 25, 50, 100" ----Valid

lengthMenu: "10; 25; 50; 100" ----Not Valid