From 368478ad27de7a79f83a0ec5c4122ba087416eac Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sat, 22 May 2021 15:26:59 +0530 Subject: [PATCH] added table page --- src/pages/tables/simple.html | 324 +++++++++++++++++++++++++++ src/partials/dashboard/_sidenav.html | 17 ++ src/scss/_table.scss | 6 +- src/scss/_variables.scss | 4 +- 4 files changed, 346 insertions(+), 5 deletions(-) create mode 100644 src/pages/tables/simple.html diff --git a/src/pages/tables/simple.html b/src/pages/tables/simple.html new file mode 100644 index 000000000..deba9d888 --- /dev/null +++ b/src/pages/tables/simple.html @@ -0,0 +1,324 @@ + + + + + + @@include('./_head.html', { + "path": "../..", + "title": "AdminLTE 4 | Simple Tables" + }) + + +
+ @@include('./dashboard/_topbar.html', { + "path": "../.." + }) + + @@include('./dashboard/_sidenav.html', { + "mainPage": "tables", + "page": "simple", + "path": "../.." + }) + +
+ @@include('./dashboard/_content-header.html', { + "header_name": "Simple Tables" + }) + +
+
+
+
+
+
+

Bordered Table

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#TaskProgressLabel
1.Update software +
+
+
+
55%
2.Clean database +
+
+
+
70%
3.Cron job running +
+
+
+
30%
4.Fix and squish bugs +
+
+
+
90%
+
+ + +
+ + +
+
+

Condensed Full Width Table

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#TaskProgressLabel
1.Update software +
+
+
+
55%
2.Clean database +
+
+
+
70%
3.Cron job running +
+
+
+
30%
4.Fix and squish bugs +
+
+
+
90%
+
+ +
+ +
+ +
+
+
+

Simple Full Width Table

+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#TaskProgressLabel
1.Update software +
+
+
+
55%
2.Clean database +
+
+
+
70%
3.Cron job running +
+
+
+
30%
4.Fix and squish bugs +
+
+
+
90%
+
+ +
+ + +
+
+

Striped Full Width Table

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#TaskProgressLabel
1.Update software +
+
+
+
55%
2.Clean database +
+
+
+
70%
3.Cron job running +
+
+
+
30%
4.Fix and squish bugs +
+
+
+
90%
+
+ +
+ +
+ +
+ +
+
+ +
+ + + @@include('./dashboard/_footer.html', { + "path": "../.." + }) +
+ + + @@include('./_scripts.html', { + "path": "../.." + }) + + diff --git a/src/partials/dashboard/_sidenav.html b/src/partials/dashboard/_sidenav.html index c1b99d2c5..6980301fd 100644 --- a/src/partials/dashboard/_sidenav.html +++ b/src/partials/dashboard/_sidenav.html @@ -67,6 +67,23 @@ +