Integrate Bootstrap Multiselect in data table 1.9.4

Integrate Bootstrap Multiselect in data table 1.9.4

VadivelVadivel Posts: 10Questions: 1Answers: 0

Hi ,
i want to show multiselect dropdown in datatable .but failed to apply bootstrap css on data table..
i just create a dropdown from server side and send response in json format.Multi select format eg:

<select id="test-build-select-all-select" class="multiselect chzn-drop-up" multiple="multiple">
<option value="select"> Select all</option>
<option selected="selected" value="10">10</option>
<option selected="selected" value="15">15</option>
<option selected="selected" value="20">20</option>
<option value="25">25</option>
</select>
Appreciate your feedback...

This discussion has been closed.