Adding a row at a specific index in the datatable

Adding a row at a specific index in the datatable

totowebtotoweb Posts: 1Questions: 0Answers: 0
edited September 2012 in Feature requests
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 ?

Replies

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin
    > It seems that the api only allow adding rows at the end of the data table.

    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
This discussion has been closed.