test datatable with mock data

This commit is contained in:
Hafid Nur
2025-11-30 16:55:11 +07:00
parent 18e835450a
commit a20f5eff85
8 changed files with 574 additions and 16 deletions
@@ -16,14 +16,14 @@ export const AppLayout: FC = (): ReactElement => {
{/* Sticky top header */}
<header
className={
'sticky top-0 bg-white border-b border-primary-200 px-4 py-3 flex items-center gap-3 ' +
'lg:hidden sticky top-0 bg-white border-b border-primary-200 px-4 py-3 flex items-center gap-3 ' +
(mobileSidebarOpen ? 'z-0' : 'z-30')
}
>
{/* Mobile menu button (shown on small screens) */}
<button
type="button"
className="md:hidden p-2 rounded-md hover:bg-gray-100 text-gray-700"
className="lg:hidden p-2 rounded-md hover:bg-gray-100 text-gray-700"
onClick={() => setMobileSidebarOpen(true)}
aria-label="Open sidebar"
>