DOM Table class
Package:
Summary:
Compose HTML tables programmatically using DOM
Groups:
Author:
Description:
This class can be used to compose HTML tables programmatically using DOM objects.
It can add table rows, headers, cells, cells with images to a table.
The class can return the generated table as a string or display it as part of the current script output.
It can add table rows, headers, cells, cells with images to a table.
The class can return the generated table as a string or display it as part of the current script output.
Comments are closed.