mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
fix: update Badge component in LicenseQueuePage for consistent styling
feat: add siblings and boundaries props to pagination in AdvancedTable
This commit is contained in:
@@ -220,6 +220,8 @@ export function AdvancedTable<T extends { id?: string | number }>({
|
||||
value={pageIndex + 1}
|
||||
onChange={(page) => onPageChange(page - 1)}
|
||||
size="sm"
|
||||
siblings={0}
|
||||
boundaries={1}
|
||||
/>
|
||||
</Group>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user