mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Initial dev on DataTable component.
This commit is contained in:
parent
7107336b49
commit
d6a27b8e99
19 changed files with 223 additions and 53 deletions
17
src/components/common/DataTable.module.css
Normal file
17
src/components/common/DataTable.module.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.search {
|
||||
max-width: 300px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.action {
|
||||
justify-content: flex-end;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.body td {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.pager {
|
||||
margin-top: 20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue