Anyone has try to use multiselect checkbox with bStateSave of datatable?
Anyone has try to use multiselect checkbox with bStateSave of datatable?
jlgasparrini
Posts: 5Questions: 1Answers: 0
I'm tring to use bStateSave, but I can't do it work! One of my ten inputs of th is a multiselect checkbox (https://github.com/benjamincanac/bootstrap-multiselect-rails). When I load data, the multiselect data is present, but the next input has an error value. If I comment the multiselect, the other inputs work well!
This discussion has been closed.
Answers
Any advice is appreciated! Thanks!!!
Please any help!!!!!!
In case that its for filtering of multiple values you can use my multi select filter that does support bStateSave
take a look at filter for the first column:
http://yadcf-showcase.appspot.com/DOM_source_chosen.html
I'm sorry for the delay in my reply.
I see your library, that's cool!!! =)
But my problem is not yet solved... I remove multiselect filter of my datatable and see the output of "console.debug(oSettings.aoPreSearchCols);"and the values are wrong. For example, I put this values in my inputs:
and the result of "console.debug(oSetting.aoPreSearchCols);" is wrong!
Maybe I should report this as a bug? Thanks 'u daniel_r