Tables

Plotalot can draw tables in three different ways.

Plotalot
Tables
HTML generated by Plotalot using <table>, <tr>, and <td> elements.
No Javascript.
Not responsive.
Cannot be dynamically sorted by column.
No CSV download.
Plotalot can add a totals row.
Easy to re-style.
Suitable for small tables that do not need to be responsive.
Responsive
Tables
HTML generated by Plotalot using <div> elements with responsive CSS.
No Javascript.
Highly responsive.
Cannot be dynamically sorted by column.
No CSV download.
Plotalot can add a totals row.
Google
Tables
Generated in the browser using Javascript provided by Google.
Responsive using scrolling.
Clicking column headings sorts by column.
Can add a CSV download button.
Extra Options include paging, frozen columns, etc.
Cells can have their own scroll bars.
Plotalot cannot add a totals row.