[Plugin: WP-Table Reloaded] Filter trouble
-
I had trouble to use the filter function, the search give me allways empty table. I’ve just improve the code to remove special code you can past in the field and giving problem with the in_array funtion.
Just add after foreach ( $table[‘data’] as $row_idx => $row ) {
the code
$row= array_map(‘trim’, $row);It work fine for me.
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-Table Reloaded] Filter trouble’ is closed to new replies.