Scroller move to top when remove row

Scroller move to top when remove row

I am using data table in my angular js Application as angular Directive and passing data to it using "=" scope.When remove row using row.remove.draw() scroller moves to top of table.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,686Questions: 26Answers: 4,839
    Answer ✓

    Include false as a parameter in the draw() API to stay on the same page.

    Kevin

This discussion has been closed.