webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

fixes pager with hidden rows: rowIndex must always be incremented #166

Open jacobo221 opened 7 years ago

jacobo221 commented 7 years ago

rowIndex must always be incremented otherwise hidden rows shift the rows indexes and thus break the pager