Ordering on dynamic data
Ordering on dynamic data
mdm183
Posts: 1Questions: 1Answers: 0
Hello dear friends,
i have a question: So i have data in my table with 5 columns. The data is auto refreshed dynamically which works great. However one issue; i cannot order the data dynamically. Now i understand order api is only available at initialise, but is there anyway to trigger an order without having to click on the column after the data changes? It does work when clicking manually, so there must be a way...right ?
Thanks
mdm
This discussion has been closed.
Answers
Actually the
order
option is available only at initialization. Theorder
API can be used any time. The doc show examples.Kevin