VBCS dynamic sort on table colums
Summary
VBCS dynamic sort on table colums backed by service data provider.Content
Created Service Connection to call a rest endpoint get operation. The endpoint is generated by ICS basic routing - data is fetched from a database query.
Create Service dataprovider and use it to display the data in oj-table. The table gets rendered as expected.
The header of the table is allowing to sort at run time - but the data in the table is not getting sorted, it displays the original sequence of data received by api. Console log shows sortCriteria with the columns name.
Does such dynamic table sorting allowed on API based on ICS? If we use Business Object as source of table data, then such sorting works fine.
0