From 86a146d50ff093f3e64b58389e7eabd1231ee680 Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Thu, 9 Oct 2025 23:29:28 +0700 Subject: [PATCH] style: add component table control & pagination --- Views/Shared/Components/Table/_Control.cshtml | 18 +++++++++++++++ .../Components/Table/_Pagination.cshtml | 23 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Views/Shared/Components/Table/_Control.cshtml create mode 100644 Views/Shared/Components/Table/_Pagination.cshtml 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