Using Child rows and i want to add a form to them

Using Child rows and i want to add a form to them

jeremymanserjeremymanser Posts: 1Questions: 1Answers: 0

Hi,
I am following this example;
https://datatables.net/examples/api/row_details.html

I have it working well. The format function that adds the child rows adds extra customer data. Great.
I want to have a small form in the child row to add another piece of data to the customer.

The problem is that CSS and Bootstrap JS doesn't seem to work properly in the child rows, i think this is because they don't exist on page load and are being shown, they are added dynamically by JS.

Is there anyway around this, i don't want to use a modal as i already have one for a totally new customer.

Thanks

Jeremy

This discussion has been closed.