It has been a long time since I created the table. I have three different tables in which I need to style that everyone will use the same primary colors, etc., but they all have different shapes / sizes.
I am wondering if anyone knows a good library or tool for creating good html / css tables from JSON or something like that (do you pass some JS or PHP data structure, JSON or Arrays and spit out the HTML / CSS table)? Yes, I use them for tabular data (these are price sheets). Or, if there is a good alternative without a table for displaying tabular data, I'm all ears ...
Here is an example of what the background of the table will look like. Each table will have a different statically "allocated" column (or nothing at all); this is not a hanging effect, but only the called column.

html css table css-tables
cmcculloh
source share