pagesource / fusion-components

A collection of React Components built with Emotion.js
https://sape-fusion.herokuapp.com/
MIT License
13 stars 22 forks source link

Component Request - Tables #55

Open sbmadhav opened 6 years ago

sbmadhav commented 6 years ago

Tables Component

This component has a table layout which can be set to display in one of the following layouts if the width of the table exceeds the width of the parent container (in any view).

  1. The gradient can display on either end, or both ends, of the table if there is hidden data to be viewed. The left or right gradient disappears if the respective end of the table is reached.
  2. A horizontal scroll bar should display on non-touch screen devices.
  1. The rows and columns get transposed. A unique table is created for each row.
  2. The Author will need to configure only the original table layout. The list of tables will be generated automatically.
  1. Header color (if there is a designated header row and/or header column).
  2. Uniform color for all data cells.
  3. Alternating colors for rows.
  4. Alternating colors for columns.