Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding row not showing editable inputs #4

Closed
DjovDev opened this issue May 28, 2018 · 2 comments
Closed

Adding row not showing editable inputs #4

DjovDev opened this issue May 28, 2018 · 2 comments

Comments

@DjovDev
Copy link

DjovDev commented May 28, 2018

Creating a button and then adding $addButton: $('#but_add') to the params does work well when creating a new row. But shouldn't it transfer the new (now empty) row into input boxes directly?

@t-edson
Copy link
Owner

t-edson commented May 31, 2018

I see. Probably it's not a good behaviour. Maybe it's something simple to modify but currently I'm dedicated to another project in Object Pascal and not working in Javascript. I will try to fix when review this library.

@t-edson
Copy link
Owner

t-edson commented Mar 24, 2021

Version 1.3 have a new functions to add rows: rowAddNewAndEdit(). It add a new row and set to edition mode, putting the focus in the first column.
You can set initial values too.

@t-edson t-edson closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants