Skip to content

TableRowClickEventArgs<T>

Mirrors MudBlazor’s TableRowClickEventArgs so existing OnRowClick="@(args =>... args.Item...)" handlers keep compiling.

The clicked row’s data item (may be null).

Zero-based index of the clicked row in the current page.