Hellow Hartwig,
thanks for your post, and sorry for the trouble.
Showing just some certain rows is possible with the hide_rows
and show_rows
Shortcode parameters, for example
[table id=123 hide_rows="all" show_rows="3,4,7,15,36" /]
Making the Search above the table only search column 2 is possible by excluding all other columns. For that, please try adding this into the “Custom Commands” textfield on the “Edit” screen of the table:
"aoColumnDefs": [ { "bSearchable": false, "aTargets": [ 0, 2, 3, 4, 5 ] } ]
You’ll need to add all column numbers to that code, except “1”, as that means the second column (counting starts with 0 in the code).
The Row Filter Extension doesn’t change how the table is styled or how the padding is set up. I’m therefore confused that this happens. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias