diff --git a/Views/Shared/Components/Table/_Control.cshtml b/Views/Shared/Components/Table/_Control.cshtml new file mode 100644 index 0000000..aa81a31 --- /dev/null +++ b/Views/Shared/Components/Table/_Control.cshtml @@ -0,0 +1,18 @@ +
+
+ Show + + Entries +
+
+ +
+
\ No newline at end of file diff --git a/Views/Shared/Components/Table/_Pagination.cshtml b/Views/Shared/Components/Table/_Pagination.cshtml new file mode 100644 index 0000000..03a9764 --- /dev/null +++ b/Views/Shared/Components/Table/_Pagination.cshtml @@ -0,0 +1,23 @@ +
+
+ + Showing 1 to 10 of 57 entries + +
+
+
+ + + + + + +
+
+
\ No newline at end of file