Hi,
I have been using Metronic version 2.0.2, which featured an editable table page using the DataTables plugin with inline editing and adding rows directly within the table. This differed from the current implementation that relies on modal-based CRUD operations.
I've started using the current version of Metronic, which incorporates react-table. I noticed that while react-table is implemented, it primarily supports CRUD operations through a modal view. Is there an option or method within the Metronic framework that allows for inline editing directly within the table, similar to the older version? I'm interested in managing UI changes and data entry directly inline, without using modals.
Thank you for any guidance or resources you can provide.
Hi Kobi,
Thank you for reaching out to us.
Unfortunately, at the moment we do not have an example of our table with inline editing.
In our theme, we are using Tanstack Table and you can refer to the example in their official documentation.
https://tanstack.com/table/v8/docs/framework/react/examples/editable-data
Regards,
Lauris Stepanovs,
Keenthemes Support Team