SAM
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Enter Mulitple Custom CommandsThe difference a comma makes. Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Keywords in table for searchFigured out why the code wasn’t working. We have several hidden columns in the table. The count only includes non-hidden columns. Column 15 was in fact only column 9. This is a far better way of incorporating “hidden” keywords in Tablepress. Thank you for suggesting it.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Keywords in table for searchOops, corrected the spacing to match [ 6 ]
"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 6 ] } ]Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Keywords in table for searchYes, it is in column “P,” or the 16th column. I just tried it on another site that is running the same Atahualpa theme and similar plugins. The same result is observed. There should be stripes and search features that are now not visible.
This time using Keywrds in “G” column, 7-1=6:
"aoColumnDefs": [ { "bVisible": false, "aTargets": [6] } ]Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Keywords in table for searchEntered the code in Edit screen of table > Features of the DataTables Javascript library > Customer Commands >
"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 15 ] } ]The keywords column still showed in the table and the table lost the zebra stripes and search features.