BuddyHolis TableSearch
-
Welcome to the support forums.
About my plugin
I created this plugin for a simple purpose. I have a website with a lot data in HTML tables. Filtering and searching could be done by entering some javascript code inside the post html editor, but this would be stripped with any change from visual to text an entering javascript directly into the editor is never a good idea. So I searched for a plugin solution. After weeks of searching, I found out, that only datatable plugins using the tabletools allow filtering. Time for BuddyHolis TableSearch.
My plugin is your super light-weight solution for filtering html tables by entering search keyword in a pretty designed search box. the table will be filtered on the fly by just hiding those table rows that don′t contain the search term.
TableSearch can be used unlimted times on a single page, post or even widget.
It only requires a correct HTML table markup like:<table id="X"> <tbody> <tr> <th>Name</th> <th>Favorite Color</th> </tr> <tr> <td>Peter</td><td>blue</td> </tr> <tr> <td>Steve</td><td>red</td> </tr> <tr> <td>Anna</td><td>black</td> </tr> <tr> <td>Riley</td><td>yellow</td> </tr> <tr> <td>John</td><td>green</td> </tr> </tbody> </table>
tbody is optional.
I hope this plugin will find many friends ?? You can easily restyle it with the delivered css file.
- The topic ‘BuddyHolis TableSearch’ is closed to new replies.