-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The EpicTable is a table based on Andrew Colyle's article "Design better data tables" which can be found here: https://uxdesign.cc/design-better-data-tables-4ecc99d23356 The features the EpicTable supports: 1. Fixed headers which follow the user. 2. A fixed left column which follows the user. 3. Optionally a fixed right column which follows the user. 4. Expanding rows which can contain extra data. 5. Click to go to details inside of the table. 6. Selection of rows, and a select all. 7. Filtering per column. 8. Resizing of columns. 9. Multiple headers
- Loading branch information
Showing
55 changed files
with
4,477 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ | |
} | ||
} | ||
|
||
i.material-icons { | ||
user-select: none; | ||
} | ||
|
||
.nav-link { | ||
i.material-icons { | ||
vertical-align: middle; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.