I am using Outsystem Data Grid to populate data (Sample Data) using the Grid block, I wanted to freeze a column by default , anyone can guide me on how to use the API FreezeColumns to implement this feature.
I solved this by using javascript
$actions.FreezeColumns($parameters.GridWidgetId,2)
Hi @Syed Niamathullah
Why are you using that client action on a JavaScript node?
Is there any correct way to do it? please advise.