test datatable with mock data
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user