njames180's avatar

datatables editor with inline editing

Hi I am looking for a table control to work with vue that has excellent inline editing features. We looked at vuetify but everything is a popup or popover.

We need a performant control that allows for inline editing tabbing for a fast financial application.

Any suggestions appreciated. Thanks.

0 likes
2 replies
jlrdw's avatar
jlrdw
Best Answer
Level 75

You can just build the inputs in the dom and transpose over the row.

I had to do that a while back for a ledger bookkeeping program.

You really need to take a deep thorough tutorial on JavaScript and learn how to manipulate the Dom.

And yes there is a learning curve.

However I thought some of the data tables had that.

I've done both ways:

Alt image

And

Alt image

Please or to participate in this conversation.