more button remove + remove all logs

This commit is contained in:
hamid zarghami
2025-07-30 09:47:21 +03:30
parent ef26c63e33
commit e35634a0c2
17 changed files with 71 additions and 51 deletions
+1 -2
View File
@@ -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}