Commit graph

6 commits

Author SHA1 Message Date
Christian Ditaputratama
2e361a9fab
fix: Invalid reload button hx-get URL #155 2024-11-07 01:30:25 +07:00
Christian Ditaputratama
98dcdfa94a
feat: Do not push query strings to URL #155
Slightly increase user browsing privacy by not pushing query strings
to browser URL. By using this method, the browser history stay on the
main page and filter query strings not recorded.

Note: This approach is experimental. Only tested on Firefox and Chromium
 browser.
2024-11-07 01:20:50 +07:00
Christian Ditaputratama
e5eb23997b
feat: Added reload button for datatable
Some checks are pending
Test / test (push) Waiting to run
2024-11-04 17:29:07 +07:00
Christian Ditaputratama
335f87b6d5
feat: Added auto refresh interval select options 2024-11-04 17:17:23 +07:00
Christian Ditaputratama
9cebe9d12f
feat: Added datatable sort functionality
Some checks are pending
Test / test (push) Waiting to run
2024-11-03 20:57:56 +07:00
Christian Ditaputratama
10182d9dbc
feat!: Added base datatable functionality
Deprecated: `SortDirection` is deprecated, use `SortDir` instead
2024-10-31 22:45:26 +07:00