Copy not honoring the filter

Copy not honoring the filter

amush2014amush2014 Posts: 2Questions: 0Answers: 0
edited March 2014 in TableTools
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

Replies

  • amush2014amush2014 Posts: 2Questions: 0Answers: 0
    got it I think....

    {
    "sExtends": "copy",
    "sButtonText": "Copy to clipboard",
    oSelectorOpts: {"filter": "applied"}
    },
  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin
    Yup - bob on :-)

    Allan
This discussion has been closed.