Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit b532d68

Browse files
author
Developer
committed
fix: improve DataTable pagination component
1 parent 44d04f2 commit b532d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-kit/src/components/data-display/DataTable/DataTablePagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export const DataTablePagination = <TData = unknown,>({
331331
)}
332332

333333
{/* Center and Right side: Navigation controls and info */}
334-
<div className="flex flex-col gap-4 sm:flex-row sm:items-center sm:gap-8">
334+
<div className="flex flex-row gap-4 sm:flex-col sm:items-center sm:gap-8">
335335
{/* Center: Navigation controls */}
336336
{config.showNavigation && pageCount > 1 && (
337337
<div className="flex items-center justify-center">

0 commit comments

Comments
 (0)