table (function)

table(caption='', thead='', tbody='', striped=True, bordered=False, hover=True, condensed=False, span=False)[source]

Generate a table - TBS style

Key Arguments

  • caption – the table caption

  • thead – the table head

  • tbody – the table body

  • striped – Adds zebra-striping to any odd table row

  • bordered – Add borders and rounded corners to the table.

  • hover – Enable a hover state on table rows within a <tbody>

  • condensed – Makes tables more compact by cutting cell padding in half.

Return

  • table – the table