Skip to content

Commit 61242bf

Browse files
authored
Merge pull request #195 from blazorblueprintui/develop
fix: add OnToggleExpand event callback to DataGrid API surface
2 parents 4934a74 + 6b41323 commit 61242bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/BlazorBlueprint.Tests/ApiSurface/PrimitivesApiSurfaceTests.PrimitivesApiSurfaceMatchesBaseline.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
- OnRowSelect : EventCallback<TData>
121121
- OnSelectionChange : EventCallback<IReadOnlyCollection<TData>>
122122
- OnSortChange : EventCallback<IReadOnlyList<SortDefinition>>
123+
- OnToggleExpand : EventCallback<TData>
123124
- SelectionMode : SelectionMode
124125
- State : DataGridState<TData>
125126
- StateChanged : EventCallback<DataGridState<TData>>

0 commit comments

Comments
 (0)