more button remove + remove all logs
This commit is contained in:
@@ -370,7 +370,7 @@ const Table = <T extends RowDataType>({
|
||||
|
||||
return (
|
||||
<div className="h-[64px] rounded-t-2xl md:rounded-t-3xl md:h-[74px] bg-white flex items-center px-3 md:px-6">
|
||||
<div className='flex items-center gap-2 md:gap-4'>
|
||||
<div className='flex items-center gap-4 md:gap-4'>
|
||||
{actions}
|
||||
{selectable && selectedRows.length > 0 && selectedActions && selectedActions}
|
||||
</div>
|
||||
@@ -471,7 +471,6 @@ const Table = <T extends RowDataType>({
|
||||
</div>
|
||||
|
||||
{pagination && (() => {
|
||||
console.log('Table component rendering pagination:', pagination);
|
||||
return (
|
||||
<Pagination
|
||||
hasNext={pagination.hasNext}
|
||||
|
||||
Reference in New Issue
Block a user