displaying Combobox in the DataTable header

displaying Combobox in the DataTable header

msaifmsaif Posts: 2Questions: 1Answers: 0

is it possible?
combobox was displayed but when i click the combobox it does not work

Answers

  • msaifmsaif Posts: 2Questions: 1Answers: 0
                        <thead>
                            <tr>
                                <th>
                                    <select name="__selectbox" class="form-control"><option value="1">Enable</option><option value="2">Disable</option></select>
                                </th>
                            </tr>
                        </thead>
    
This discussion has been closed.