Hello, I can't find example of Sub Datatable for react?
There is example for html with use of datatables but nothing similar for react.
I would like to get result like this but with react:
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
Thanks.
Hi,
Thank you for reaching out to us.
In our React version, we are using Tanstack table dependency.
For an example of a table with sub-tables, you refer to the Tanstack official documentation
https://tanstack.com/table/v8/docs/examples/react/sub-components
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thanks Lauris, but those tables look nothing like we want it to look.
Hi,
The example in Tanstack docs uses a plain HTML table. You can style this table with Bootstrap classes, similar to what we do on the user management page.
For reference, check the tables in our HTML docs: https://preview.keenthemes.com/html/metronic/docs/general/datatables/basic
Regards,
Lauris Stepanovs,
Keenthemes Support Team