How to retain all select options when a particular option is selected in ajax datatable?using yadcf

How to retain all select options when a particular option is selected in ajax datatable?using yadcf

atiquerezaatiquereza Posts: 2Questions: 1Answers: 0
edited November 2015 in Free community support

im using {column_number: 5, filter_type: "select" }. Datatable is drawn by ajax call. but when i select a single option after data sorting select only shows "selct value" and the option selected untill i reset filter. How can i retain all select options even when i select a particular option. I need to keep all values on select options so that i can filter efficiently. Please help.

Answers

  • atiquerezaatiquereza Posts: 2Questions: 1Answers: 0
    edited November 2015

    i've solved this problem by yadcf_data_0 = aList,yadcf_data_2 = bList,yadcf_data_5 = cList,
    in the server controller

This discussion has been closed.