{hasMassActions && (
- |
+ |
0 && selectedIds.size === items.length}
onCheckedChange={toggleSelectAll}
@@ -1577,7 +1579,10 @@ export function DynamicList({ viewName }: DynamicListProps) {
|
)}
{displayColumns.map((col) => (
-
+ |
{col.label}
{renderSortIndicator(col.name)}
@@ -1585,7 +1590,7 @@ export function DynamicList({ viewName }: DynamicListProps) {
|
))}
{hasItemActions && (
-
+ |
{t('list.actions', 'Actions')}
|
)}
@@ -1620,7 +1625,7 @@ export function DynamicList({ viewName }: DynamicListProps) {
onClick={() => handleRowClick(item)}
>
{hasMassActions && (
- e.stopPropagation()}>
+ | e.stopPropagation()}>
toggleSelectItem(itemId)}
@@ -1629,7 +1634,7 @@ export function DynamicList({ viewName }: DynamicListProps) {
|
)}
{displayColumns.map((col) => (
-
+ |
{isWebApplications && col.name === 'enabled' && !fields[col.name] ? (
item.enabled === true ? (
@@ -1664,7 +1669,9 @@ export function DynamicList({ viewName }: DynamicListProps) {
)}
|
))}
- {hasItemActions && {renderItemActions(item)} | }
+ {hasItemActions && (
+ {renderItemActions(item)} |
+ )}
);
})
@@ -1675,8 +1682,8 @@ export function DynamicList({ viewName }: DynamicListProps) {
{items.length > 0 && (
-