Adding a row at a specific index in the datatable
Adding a row at a specific index in the datatable
totoweb
Posts: 1Questions: 0Answers: 0
It seems that the api only allow adding rows at the end of the datatable. I am looking for a new feature which is the ability to add a row at a specific index in the table. Is there a way to do that using the current api ? and if not, is there any plan for this feature ?
This discussion has been closed.
Replies
No - the API doesn't allow for inserting rows in any specific place - row ordering is 100% determined by the sorting this is applied to the table. If you want a row to appear somewhere specific, the sorting that is applied to the table needs to position it there.
Allan