Introducing WP-Table Reloaded Extensions
One of the main additions to version 1.5 of WP-Table Reloaded were so-called “Plugin Actions” and “Plugin Filters”. Both are part of the “Plugin Hooks”, a widely used concept within WordPress. This...
View ArticleExtension 1: URL to Link Conversion
Just recently I introduced WP-Table Reloaded Extensions, small code snippets that add further functions to the plugin by using the provided “Plugin Actions” and “Plugin Filters”. The first such...
View ArticleExtension 2: Custom Name in the Admin Menu
In my second post of the series on WP-Table Reloaded Extensions, I will show you a way to change the name of the plugin in the WP Admin Menu. Remember, Extensions are small code snippets that customize...
View ArticleExtension 3: Changing the Table Shortcode
My second Extension to WP-Table Reloaded was actually pretty short and simple, so I decided to present another short one to make up for that :-) So, here you will see how you can change the used...
View ArticleExtension 4: Changing DataTables strings
In this post of the WP-Table Reloaded Extensions series, I’ll show you a way to easily change the strings that the DataTables JavaScript library outputs around a table. This includes things like the...
View ArticleExtension 5: How to use PHP in table cells
This post in my WP-Table Reloaded Extension series should be very useful to a lot of people, taking into consideration the questions I receive on this. Using the code from below, you will extend...
View ArticleExtension 6: Showing only rows that match a filter
Some people have approached me with an idea like this one: They have a rather large table which they maintain as a list for some sort of items (e.g. products). On certain pages however, they do not...
View ArticleExtension 7: Textfield widths on the “Edit” page
A few weeks ago, I was approached with a question on whether it is possible to make the textfields on the “Edit” screen of a table wider, to allow for an easier editing of long text. As this might also...
View Article