filamentgroup/jQuery-Visualize

Need to restrain the rows on which Jquery_visualize work

Closed this issue · 1 comments

Hi,

Im french so i don't speak really good english, sorry.
Thanks for this good plugin.
My problem is that i use Datatables to make my table. With Datatables, you can't use for one cell , and for another on the same columns.
So i choose to use on all my cells of the first columns.
But then, when i use jquery_visualize, he works on all my cells. My Last Row is the total of the others rows, so i don't want the plugin to work on it.
So if there is a solution to my problem, i will be really happy :), but now i'm :(.

Ps : I don't know if you understood my problems, i speak really really bad English., Sorry.

Hi, I have same problem too

I think we can use rowFilter and/or colFilter option

e.g.

$('table').visualize({
colFilter: ':not(:last-child)'
});

Regards
Ikhsan