Hi
I have row header multiselect checkbox in data grid and all other field has basic sort of ASC and DESC.
But I want to reset to its original default order when click on first multiselect checkbox column.
And as well wanted to add icon and tooltip inside multiselect checkbox column.
Thanks
Yash
Hi @Buddy_Outsystems ,
You can use the following JS in the OnInitialize event to implement the reset sort and the icon & tooltip, I highlighted the parts where you can edit the icon/tooltip.
const gridObj = OutSystems.GridAPI.GridManager.GetGridById($parameters.GridWidgetId);
Result: