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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -