TableTools.ShowSelectedOnly
TableTools.ShowSelectedOnly
Hey,
I'm trying to use the plugin for ShowSelectedOnly, but I have difficulties to make it works.
Relative page : TableTools.ShowSelectedOnly
I use Example given in the plugin documentation, for the selection : it works but I don't see button for "Show all" or "Show Selected" ?
Do I have to do implementation or these buttons appear in a specific menu ?
Actually, I don't understand where oFilterSelectedOptions appears (describe as "select box to show all or only selected items" in the plugin)
I probably missed some basic instruction... but I'm neewbie on javascript.
Did some one could help me ?
I pass this jsfiddle for giving an example of my code : http://jsfiddle.net/K5g9q/
Any help will be welcome !
Thanks,
Anaïs
Replies
Finnaly I found solution !
There is a little mistake in the example , you should use the
dom
optionO
So, the good example is :
Then adjust the dom positionning if you want.
Hope it helps.
Sorry, the markdown seems to don't work properly...
Here is a jsfiddle example : http://jsfiddle.net/K5g9q/3/