Sticky Row with inline edit functionality
Sticky Row with inline edit functionality
Hello everyone,
I am currently facing a challenge and would like to ask for an approach or best practice.
I would like to use a datatables grid with the editor to be able to offer the inline edit function. When I add a new row, it is captured by the normal sorting and sometimes disappears to another page.
I would prefer the new data row to always appear at the top or bottom of my current page while it is still being edited. Especially a page change within the grid seems difficult to achieve via sorting.
I have already tried various approaches, but have not been able to achieve the desired success. In your opinion, what is the most suitable approach to create such behaviour? I would be grateful for any suggestions and ideas.
Best regards
Chris
This question has an accepted answers - jump to answer
Answers
You might be interested in this example.
Kevin
This is a great example, thank you!