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
796 stars 271 forks source link

How can I set focus on a cell? #145

Closed ramonYcajal closed 7 years ago

ramonYcajal commented 8 years ago

I really don´t understand how the focus works in this grid, but when I remove a row, I lost the focus and i want to know how can I set the focus un a cell after remove a row, positioning it into the closest cell or an expecific cell. All the doc of this grid does not explain at all.

ramonYcajal commented 8 years ago

Solved, with the editCell() method, now, when I remove a row, focus goes to the next row and positioning into the first editable cell.

simivar commented 7 years ago

@ramonYcajal if it's solved please close the issue.