I have created a screen with table displaying request details. I need to add filter icons with functionalities as same as we use filters in Excel. With this feature for eg in my oml if I am clicking a column name it should display the values with checkbox if i select it must display only the rows I have selected
Hi,
This functionality is not available with the default table widget.
You need to use datagrid forge component for that:
https://www.outsystems.com/forge/component-overview/9764/outsystems-data-grid
Regards,
Pramod.
Hi Sakthipriya ,
If you want blow functionalities or like in excel have it is not possible to add in table you need data grid forge component to do this .
How to use data grid
Sample app : https://www.outsystems.com/forge/component-overview/9765/data-grid-sample-reactive
Video tutorial OutSystems Data Grid : https://www.youtube.com/watch?v=OFXOPrkRlrI
Let me know if you want any other help
Thanks
Arif .
Hi Sakhtipriya,
The best way to implement Grid with full functionality is outsystems DataGrid.
You can get demo application from
https://www.outsystems.com/forge/component-overview/9765/outsystems-data-grid-sample
Also you can refer the datagrid tutorial for better understanding. checkout the Video
Hope this help.
Shoeb