Is it possible to add a new row inline at the viewable bottom of the table when I click the add new row link rather than open up the lightbox using Editor?
It is indeed possible, but there isn't a built in option for it. You'd need a custom display controller that would inject the editing row at the end of the table, formatted for the table (this will be the difficult part I think - actually just putting the Editor editing form into the table isn't too difficult with a display controller, but it won't be laid out in columns).
There is a tutorial on how to create custom display controllers available here: https://editor.datatables.net/tutorials/display_controllers .
Replies
There is a tutorial on how to create custom display controllers available here: https://editor.datatables.net/tutorials/display_controllers .
Allan