angularjs - How to keep focus on a recently added row in (angular) ui grid -
i'm brand new angular , i'm trying make simple application using ui grid.
i want add new empty row clicking on button (add button). then, want set focus first row, empty new row, on first cell. after editing first cell, want hit tab, , should take me next column field.
instead, focus gets second row , second column.
i've read documentation of ui grid cell navigation service here: http://ui-grid.info/docs/#/api/ui.grid.cellnav.service:uigridcellnavservice
and i've followed tutorial examples also.
the thing don't find way keep focus on first row.
here how code looks like
http://embed.plnkr.co/wctm5xexjsf93tn07mzj/preview
any help? thanks!
Comments
Post a Comment