|
+ |
+ )}
+ {columns.map((col) => (
+ + {col.sortable ? ( + + ) : ( + col.header + )} + | + ))} + {showActions && ( ++ )} + |
|---|---|---|
|
+ |
+ )}
+ {columns.map((col) => (
+ + {renderCell(row.cells[col.id])} + | + ))} + {showActions && ( +
+
+
+
+
+ |
+ )}
+