2
0

table.rst 872 B

1234567891011121314151617181920212223242526272829303132
  1. Table Block
  2. ===========
  3. Allows the user to create a table with row and column headers.
  4. Example:
  5. .. figure:: images/table_example.jpeg
  6. :alt: A published table
  7. A published table
  8. Field Reference
  9. ---------------
  10. Fields and purposes:
  11. * **Row Header** - If selected, displays the first row in the table as a header
  12. * **Column Header** - If selected, displays the first column in the table as a header
  13. * **Table Caption** - A heading that identifies the overall topic of the table, and is useful for screen reader users
  14. * **Table Content** - A visual table for adding Content
  15. * **Advanced Settings** - Add custom CSS classes or a CSS ID to style the block with your custom CSS
  16. The default table block is only 3 x 3, as shown here.
  17. .. figure:: images/table_editor.jpeg
  18. :alt: A table block and its settings.
  19. A table block and its settings.