How to show rows by rows with button

How to show rows by rows with button

prolezprolez Posts: 2Questions: 1Answers: 0

Hello there,

The title isn't quite good but my point is:)

I want to show some rows after clicking on a button, I have tried a lot of things and I finally code this :

http://jsfiddle.net/0jk99xsx/11/

It works pretty fine, but I have in my page several tabs. And multiple datatable :(

My solution uses custom filter, the filter is apply to all my datatables and it's not working anymore.

I was looking for a solution but i don't find it, can U help me!!

Allan answer a lot about that thread, but do you have a better solution without uses filter?

Sorry for my english i'm french ;)

Answers

  • prolezprolez Posts: 2Questions: 1Answers: 0

    Hello,

    I found my old post :) I have found the solution few month ago.. Maybe it can help someone.

    just add : if (settings.sTableId != $table.context[0].sTableId) return true;

    in the push function!

    See ya

This discussion has been closed.