Sorting ADP before page load
Summary
Sorting ADP based table before page loadContent
Hi All,
I want to sort a table based on a specific column (Table is based on ADP- Array Data Provider) before the page load.
For which I have added implicitSort as below in the action chain of vbEnter for the ADP.
{
"attribute": "EmployeeName",
"direction": "ascending"
}
But I don't see any changes to the table in the page, I am sure that I am making some mistake.
Could you please let me know how to sort ADP on page load and also on any action.
Please provide your valuable suggestions.
Thanks.
Tagged:
0