Use Data Grid to create enterprise-grade data grid interfaces. Enable your users to access, explore, and edit large datasets, in a responsive interface. Giving your users an Excel-like UI is more suitable and time-effective than designing a custom solution every time they need to manipulate dense datasets in bulk efficiently.
The features include:
Editing
Filtering
Formatting
Globalization
Grouping
Selection
Sorting
Virtual scrolling
To access the samples and documentation for the Data Grid component, install OutSystems Data Grid Web Sample from Forge and then launch the application.
For the step by step instructions, check How to use OutSystems Data Grid Web in the FAQ section.
What's New
Fixed Issues and Improvements
ℹ Information
yourGridObj.select(-1, 0, -1, 0);
yourGridObj.select(-1, 0, 0, 0);
yourGridObj.groupPanel.onRefreshed = function(){...}
yourGridObj.groupPanel.refreshed.addHandler(function(){...})