tableBlock | Object to extend the default table block, eg.{ label: 'table', attributes: { ... } } | |
tableProps | Object to extend the default table properties, eg.{ name: 'My table', droppable: false, ... } | {} |
bodyProps | Object to extend the default table body properties | {} |
headProps | Object to extend the default table head properties | {} |
footerProps | Object to extend the default table footer properties | {} |
attrTable | Table attribute identifier (main component) | data-table |
attrTableBody | Table body attribute identifier | data-tbody |
attrTableFooter | Table footer attribute identifier | data-tfoot |
attrTableHeader | Table Head attribute identifier | data-thead |
classTable | Default class to use on table | table |
classTableBody | Default class to use on table body | table-body |
classTableFooter | Default class to use on table body footer | table-footer |
classTableHeader | Default class to use on table body header | table-header |
style | Default style for table | table { .... (check the source) |