aboutsummaryrefslogtreecommitdiff
path: root/ui/sections/notifications.html
diff options
context:
space:
mode:
authorSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
committerSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
commitfeb7a342718f0d014678517bf45e0043846905a7 (patch)
treefc34e8ff06a1dfa116d09212c865c5e2af978848 /ui/sections/notifications.html
parentdd1d3ecfb03fc37662d40d5a005ce4f92f649d3f (diff)
Added fourth grid. Made grid 1 change depending on which item is selected
Diffstat (limited to 'ui/sections/notifications.html')
-rw-r--r--ui/sections/notifications.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/sections/notifications.html b/ui/sections/notifications.html
new file mode 100644
index 0000000..cd2863e
--- /dev/null
+++ b/ui/sections/notifications.html
@@ -0,0 +1,10 @@
+<div class="button-wrapper">
+ <button id="addRowBtn">Add Row</button>
+</div>
+<div class="table-wrapper">
+ <table id="myTable">
+ <tr>
+ <th>Column 1</th>
+ </tr>
+ </table>
+</div>