Hello again,
As I mentioned I use this module quite a bit. Often I will generate many different tables with each table having various columns and rows; usually the same number of columns and rows. Sometimes the headers of the columns will be the same names but the values within the rows of the columns can vary such that when I print out table after table in a for loop I can get situations where the total width of each table and the width of each column within the tables dont line up.
If I made sure all the data with the headers and rows were within some max width and then made sure for each column the max width element was consistent across all tables I could probably make the tables (and columns) consistent width but I was wondering if there is any ability within the module to make this easier?
Already the module figures out for each column what the max width element is and this sets that columns width. Would it be possible to be able to load all the rows and then have a query routine (like getTableWidth) such that I could for loop across all tables and columns within the tables to find the max widths and then have some way to impose that across all tables?
This is probably asking for to much but just thought I would ask.
Thanks,
techgeek