Sorting ADP columns (table) wiith Header templates included in it
Summary
Sorting ADP columns (table) wiith Header templates included in itContent
Hi All,
We were trying to add sorting property for all the columns in ADP based table, it is straigth forward but when we added the templates for every column the sortable property isn't working, not sure if we are missing something or something needs to be added to the exisitng one.
Dynamic columns for the ADP table are being generated on the page load.
One of the column template:
{
"headerText": "Salary",
"field": "salary",
"headerTemplate": "SalTemplate",
"style": "font-size: 14px;text-align: left;",
"headerStyle": "font-size: 14px;text-align: left;white-space:normal;word-wrap:break-word;padding-left: 5px;padding-right: 5px;",