Copy not honoring the filter
Copy not honoring the filter
amush2014
Posts: 2Questions: 0Answers: 0
I have tried like crazy to understand how to configure a set of buttons to always honor the filter if set but I can't get the syntax correct and the documentation for "opts" doesn't give and example of using the "filter" and I can't work out how to define it... "aButtons": [
{
"sExtends": "copy",
"sButtonText": "Copy to clipboard",
oSelectorOpts: { "": "" }
},
{
Can someone please give me an example of oSelectorOpts for a button.
Thanks
{
"sExtends": "copy",
"sButtonText": "Copy to clipboard",
oSelectorOpts: { "": "" }
},
{
Can someone please give me an example of oSelectorOpts for a button.
Thanks
This discussion has been closed.
Replies
{
"sExtends": "copy",
"sButtonText": "Copy to clipboard",
oSelectorOpts: {"filter": "applied"}
},
Allan