Extensions: Buttons .. hide specific category
Extensions: Buttons .. hide specific category
zukii
Posts: 13Questions: 4Answers: 0
Hey guys,
i have the following dataTable: https://jsfiddle.net/zukii/Lucq6vc5/
With the Buttons extension i hide some columns..
Is there any oppurtunity to also show only a special "Type"? For example if I click on "Privat" (top left corner) in the column "Type" only "Privat" is shown? Or if I click "Gewerbe" only "Gewerbe" is shown in the "Type"-column..?
that would be perfect.. i hope anybody can help
greetings
This discussion has been closed.
Answers
You will working on row filtering and not in columns.
Just updated your https://jsfiddle.net/Lucq6vc5/21/
table = $('table.dt-kunde').DataTable({
});
I did this way thx 4 your help