added onClick property for TableRowProps

This commit is contained in:
Elyor Djalilov 2024-07-10 16:55:21 +05:00
parent b52dea8c84
commit 25ea694d18

View File

@ -121,6 +121,7 @@ export interface TableRowProps {
title: string;
getContextModel: () => ContextMenuModel[];
badgeUrl: string;
onClick?: () => void;
}
export interface TableCellProps {