How to open A specific searchPane use using ajax
How to open A specific searchPane use using ajax
kailashkds0
Posts: 4Questions: 1Answers: 0
I am using callback to get data for my datatable. I have couple of searchpanes in it. I have collapsed all searchpanes by setting
searchPanes: {
initCollapsed: true
}
Now if I want to open specific searchPane is it possible.
Thanks
Answers
If you mean programmatically, yep, that's possible, something like this example would do the trick:
Colin