Multiple Tables and Editor
Multiple Tables and Editor
Does the multiple tables, illustrated in the following samples, work with the Editor?
(Multiple tables): https://datatables.net/examples/basic_init/multiple_tables.html
(Scrolling and Bootstrap tabs): https://datatables.net/examples/api/tabs_and_scrolling.html
I have a large database table (both in terms of the number of records and the number of columns) and currently planning how to split this for user editing. Any tip or sharing of experience is highly appreciated.
This question has an accepted answers - jump to answer
Answers
Yes. You'd have a different Editor instance for each DataTable, but it is quite possible to have multiple DataTables which are editable on the same page.
Allan