mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
715 stars 53 forks source link

Plan for editing individual cells? #243

Open joseberlines opened 3 months ago

joseberlines commented 3 months ago

As stated in the question. Is there any plans to make the cells editable to change the values?

mwouts commented 3 months ago

Thanks for asking! Indeed DataTables does have an Editor. Unlike the rest of DataTables, the editor requires a subscription, do you think you would take one if we gave access to the Editor from ITables?

Re implementation there would be some work involved as currently we don't have anything to pass the data back to Python, but that part seems feasible.