Child row with a form
Child row with a form
Hi all.
I know, it has been discussed many times. I (hopefully) don't want to discuss tech details of this here. I am just 100% sure that I saw an example where a child row could be opened by a click and an editor form appeared with specific fields inside, allowing editing. I have been through all the site from blog posts to examples and forum threads.. can't find it now
Would anyone help me find it?
Answers
Is this what you are looking for?
https://datatables.net/blog/2019-01-11
Kevin
No, what I am looking for a direct editor form opening in the child row. Like when you click the edit button on a selected row, but with only specific fields.
Are you referring to child row details like this?
https://datatables.net/examples/api/row_details.html
Others can chime in but I don't recall any specific examples of editing child detail rows, except the above blog. Maybe there is a thread where someone asked. I suspect the answer is to use the
edit()
API when opening the child row.Or Responsive child rows? Maybe this example?
Kevin
Yes, child rows like this: https://datatables.net/examples/api/row_details.html
But rather than the details, an editor form opens in the child row.
If it wasn't a dream, I am definitely sure I saw it somewhere
I found it and wanted to let anyone know if they came to this topic by a search. Here it is: https://editor.datatables.net/examples/plug-ins/displayController.html