Created on 11 January 2017
icon_unfollowing
Login to follow
dragtable

Table Column Reorder

Stable version 2.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 15 March 2019 by 
dragtable

Table Column Reorder

Created on OutSystems 11

Version 2.0.1

Stable
Current
Module
Uploaded on 15 March 2019 by 
Compatible with:
Version 11
Database:
All
Release notes:
  • Removed reference to Silk UI (*This component will no longer function properly for Silk UI themes. Please use previous version when working with Silk UI/WebPatterns)
  • Added javascript handlers to style table headers correctly for dragging columns in OutSystems UI themes.
  • Updated demo to use OutSystems UI template.
  • Separated demo module using new forge feature.
Application Objects:
Table Column Reorder has 0 AOs.

Version 2.0.0

Stable
Application Package
Uploaded on 02 November 2018 by 
Compatible with:
Version 11
Database:
All
Release notes:

Breaking Change: Instead of using Deprecated_NotifyGetMessage() to retrieve the ColumnOrder string, the ColumnOrder string is now an input parameter to the ColumnsReordered Event. The parameter is named 'ColumnOrder''. Pass this into your screen action to retrieve the column order value.

Other Notes:

Deprecated the use of :

  • FakeNotifyWidget
  • Deprecated_Notify
  • Deprecated_NotifyGetMessage

Now uses web block events and calls event directly from JS.

Added additional 'IsDesktop' function call from OutSystemsUIWeb to support any new development with templates.

Application Objects:
Table Column Reorder has 1 AOs.
Created on OutSystems 10

Version 1.1.0

Stable
Module
Uploaded on 04 March 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:
  • Added touch device support by integrating another jquery library: https://github.com/sindu12jun/table-dragger
  • Changed the scripts to be loaded via expression instead of 'AddJavascriptTag' action to no longer cause conflicts with Silk UI
  • Changed the notification of column order to use fake notify widgets instead of hidden inputs

Version 1.0.0

Stable
Module
Uploaded on 11 January 2017 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All