Drop down not working in datatable collapse
Drop down not working in datatable collapse
<td>
<div class="form-group">
<select class="selectpicker">
<option>One</option>
<option>Two</option>
<option>Three disabled</option>
<option>Four</option>
</select>
</div>
</td>
I have this code in collapse table, this td is under collapse and not able to display.
Answers
Hi @keyurkamaniya ,
I've added that to the second row in this table, and it's displaying correctly.
It would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
I am trying to add table with collapse option and filed dropdown is created by bootstrap-select plugin. so when table is not collapsed it is working fine but when table collapse it is not working.
The problem is, that's a lot a lot of moving parts there with a lot of code. If you could show us that failing example, it would help us to be able to help you.
Cheers,
Colin