Array to Table Grid
Package:
Summary:
Display array data in an HTML table
Groups:
Author:
Description:
This class can be used to display array data in an HTML table.
It takes an array of data and generates an HTML table of a given number of the columns, filling the cells with the array data.
The class returns the generated HTML table as single string.
Comments are closed.