Create an HTML table
Last updated
Was this helpful?
Last updated
Was this helpful?
The below example is kind of boring, and laughably simple. For more interesting/complicated examples see:
- (simple)
- (heavy styling)
- (multi-column sortable)
- (complex nested tables)
Note: the above examples are outputting wikitable formatting, not HTML directly. It's pretty much a one-for-one shorthand notation though and the principles and process are the same.
This is certainly not the only or best way to generate HTML tables using Raku; just an example of one possible method.