Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,8 @@ The following examples show how to use the DataGrid component in different scena
- [Virtualized grid](/DataGrid/Virtualize)
- [Remote data](/DataGrid/RemoteData)
- [Manual grid](/DataGrid/ManualDataGrid)


## Migrating to v5

{{ INCLUDE File=MigrationFluentDataGrid }}
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ Although not advised, It is possible to use a `FluentMenuList` standalone (so no

{{ API Type=FluentMenuItem }}

## Migrating from v4
## Migrating to v5

{{ INCLUDE File=MigrationFluentMenu }}
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ A Switch can be disabled and read only.
## API FluentSwitch

{{ API Type=FluentSwitch }}

## Migrating to v5

{{ INCLUDE File=MigrationFluentSwitch }}
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ At this time, it's not possible to define the height and width of the component.
## API FluentTextArea

{{ API Type=FluentTextArea }}

## Migrating to v5

{{ INCLUDE File=MigrationFluentTextArea }}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ The categories these changes fall in are:

{{ INCLUDE MigrationFluentSpacer }}

## FluentDataGrid

{{ INCLUDE MigrationFluentDataGrid }}

## FluentSelect

{{ INCLUDE MigrationFluentSelect }}
Expand Down
Loading