Breaking Change: Instead of using Deprecated_NotifyGetMessage() to retrieve the ColumnSizes string, the ColumnSizes string is now an input parameter to the ColumnResized Event. The parameter is named 'ColumnSizes'. Pass this into your screen action to retrieve the column sizes value.
Other Notes:
Deprecated the use of :
Now uses web block events and calls event directly from JS.
Minor updates to the demo page to use a table from the OutSystemsSampleDataDB module instead of WebPatterns.
Upgraded to Platform 11.
Separated demo pages into a separate module. Previous version had demo and logic in one module.