@@ -906,10 +889,13 @@ export default function TablePageTemplate({
// Use same logic as handleBulkAddSelected - check if isAdded is truthy
const isRowAdded = !!(row as any).isAdded;
+ // Get custom row class from prop if provided
+ const customRowClass = getRowClassName ? getRowClassName(row) : '';
+
return (
{selection && (