ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Awesome Grid inline editing demo - how to add newly added row on the bottom of the table?
Title:
B
I
{code}
?
Please suggest how to add newly added row on the bottom of the table instead of top?
Save Changes
Cancel
samp
asked at 26 Feb 2016
you need to modify awem.js, find api.inlineCreate and make it use append instead of prepend
at 26 Feb 2016
Omu
with that after clicking on create I see new empty row on the bottom of the table. But once I save the row, it is adding at the top of the table. Please advise how to fix ?
at 26 Feb 2016
samp
I think need to change this line as well. $grid.find(".awe-content .awe-tbody").append($nrow);
at 26 Feb 2016
samp
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK