We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fce59c + a33a15e commit a64b473Copy full SHA for a64b473
src/Datatable/Datatable.php
@@ -135,7 +135,7 @@ class Datatable
135
if (columnsSearch[colIdx].type !== undefined) {
136
switch (columnsSearch[colIdx].type) {
137
case 'multiple':
138
- cell.html('<select class="form-select-multiple" multiple="multiple"><option value=""></option></select>');
+ cell.html('<select class="form-select-multiple" multiple="multiple"></select>');
139
columnsSearch[colIdx].data.forEach(function (data) {
140
$(
141
'select',
0 commit comments