Archive for February, 2010

Extension 5: How to use PHP in table cells

February 14th, 2010

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 WP-Table Reloaded so that PHP code in table cells will be parsed and executed. This is useful for dynamic content generation or integration of other plugins’ features.

To get started with WP-Table Reloaded Extensions, you should read the introduction and follow the included instructions. You will also find links to the other presented Extensions there.
» Read more: Extension 5: How to use PHP in table cells

Extension 4: Changing DataTables strings

February 9th, 2010

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 “Search:”, “Showing i to j of n entries” and the other text strings.

To get started with WP-Table Reloaded Extensions, you should read the introduction and follow the included instructions. You will also find links to the other presented Extensions there.
» Read more: Extension 4: Changing DataTables strings