Directory

prism-table - Vaadin Add-on Directory

Web component based on Polymer 2. Provide a table component with material design. prism-table - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/Prhythm/prism-table](https://github.com//Prhythm/prism-table/blob/2.0.0/README.md) on 2019-05-10 ]** # \ `` is a [Polymer 2](http://polymer-project.org/) element provides table structure in material design and responsive. # Usage ```html OrderDate Region Rep Item Units UnitCost Total 1/6/2016 East Jones Pencil 95 1.99 189.05 1/23/2016 Central Kivell Binder 50 19.99 999.50 ``` ## Styling `` provides the following custom properties and mixins for styling: Custom property | Description | Default ----------------|-------------|---------- `--var-prism-table-font-size` | Font size | `inherit` `--var-prism-table-font-weight` | Font weight | `inherit` `--var-prism-table-backgrounc-color` | Table background | `transparent` `--var-prism-table-cell-condense` | Cell padding | `0.8em` `--var-prism-table-row-hover-background-color` | Hovered row background color | `#c5c5c5` `--var-prism-table-row-hover-color` | Hovered row text color | `inherit` `--var-prism-table-row-stripe-background-color` | Striped row background color | `#f5f5f5` `--var-prism-table-row-stripe-color` | Striped row text color | `inherit` `--var-prism-table-row-selected-background-color` | Striped row background color | `#454545` `--var-prism-table-row-selected-color` | Striped row text color | `white` # Licence MIT Licence