Free inline-editing plug-in?
Free inline-editing plug-in?
luca.landa
Posts: 3Questions: 2Answers: 0
Hi, I was looking for an inline-editing plug-in, but found only some requiring license, so I'm developing mine.
I'd like to publish it for free, to thank the community and the Datatables plugin which is so useful for me, so I'm asking you if it would be worth it (cause it still needs some fixes and I'd like to add some customizations) or if there are already similar free plugins that I missed.
This discussion has been closed.
Answers
jEditable and xEditable are relatively straight forward to integrate with the API since you can just call
cell().data()
with the updated data.Or there is Editor ;-). Although not free, it helps to support future DataTables development!
Allan