Thanks!
]]>I am trying to create a simple search form that searches within a specific column. My approach below is not doing anything – the table never redraws. Any ideas? I can confirm that a search value is being passed in via console.log
thanks
var table = $('#tablepress-1').DataTable();
$('#search-form input').on( 'keyup', function () {
console.log(this.value);
table
.columns( 1 )
.search( this.value )
.draw();
} );
]]>great tool, but TablePress shortcodes would be not expand to the crawl process. Would like use a high volume of table data.
If you need more details feel free to get in touch with me.
Best regards,
pagelib
https://www.ads-software.com/plugins/tablepress/
]]>Is there a way to:
1. tell TablePress NOT to search html code?
OR
2. search for a phrase, such as “Google Inc”
Thanks.
https://www.ads-software.com/plugins/tablepress/
]]>first: thank you for the great plugin!
I’m using the search filter in my TablePress tables to allow readers to show only rows they are interested in. After updating from 1.4 to 1.5 the visible border around the search box is missing. I’m sure there was one before update.
Here is an example: https://fitnessmodern.de/vergleichstabelle-pulsuhren-und-pulsarmbaender-mit-optoelektrischem-pulssensor/
Filtering still workd fine, it’s just the missing border making the search-box visible…
Any idea?
Thanks!
https://www.ads-software.com/plugins/tablepress/
]]>https://www.ads-software.com/plugins/tablepress/
]]>