-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Develop the code example of the Tables.
There should be different kind of behaviour to be taken care:
- Table with fixed header
- Table with scrollable header
- Rows could be of 2 different height - small and normal (you can decide the height)
- Hover: there should be 2 types of hover : no-hover style and hover style.
- Select: If there is any checkbox of selecting then there should be select style too.
By default the table should have:
- Normal height
- Hover style
- No selectable
- Fixed header
Rest should be controlled by add on classes. There should be the README.md to how to use.
For code guidelines please check the main Readme.md
Reactions are currently unavailable