diff --git a/public/js/demo/datatables-demo.js b/public/js/demo/datatables-demo.js index f2eecbf..1cc7c51 100644 --- a/public/js/demo/datatables-demo.js +++ b/public/js/demo/datatables-demo.js @@ -1,4 +1,6 @@ // Call the dataTables jQuery plugin $(document).ready(function() { - $('#dataTable').DataTable(); + $('#dataTable').DataTable(); + $('#usersTable').DataTable(); + $('#groupsTable').DataTable(); }); diff --git a/public/views/users.php b/public/views/users.php new file mode 100644 index 0000000..04ec83d --- /dev/null +++ b/public/views/users.php @@ -0,0 +1,520 @@ +> $users */ +/** @var array> $groups */ +/** @var string|null $error */ +?> + + + + + + + + + + + + SB Admin 2 - Tables + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + +
+ + + + + + +
+ + +

Benutzer & Gruppen

+ +

+ +

+ +

DataTables is a third party plugin that is used to generate the demo table below. + For more information about DataTables, please visit the official DataTables documentation.

+ + +
+
+
Benutzer
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
AnmeldenameAnzeigenameE-Mail
AnmeldenameAnzeigenameE-Mail
+
+
+
+
+
+
Gruppen
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
GruppennameCNBeschreibung
GruppennameCNBeschreibung
+
+
+
+ +
+ + +
+ + + +
+
+ +
+
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file