Skip to content

Commit 975687e

Browse files
Merge pull request #1351 from Syncfusion-Content/hotfix/hotfix-v31.1.17
DOCINFRA-2341_merged_using_automation
2 parents 5bd9379 + b693c7a commit 975687e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Flutter/datagrid/column-types.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,14 @@ documentation: ug
1111

1212
[SfDataGrid](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid-class.html) provides support for loading any type of widget in each column.
1313

14-
[SfDataGrid](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid-class.html) provides support for loading any type of widget in each column.
15-
1614
## GridColumn
1715

1816
GridColumn is a class that provides base functionalities for all the column types in `SfDataGrid`.
1917

20-
GridColumn is a class that provides base functionalities for all the column types in `SfDataGrid`.
21-
2218
### Mapping column to a property
2319

2420
The column can be bound to a property in a data object using the [GridColumn.columnName](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/columnName.html) property. The [label](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/label.html) is used to display the required widget in a column header.
2521

26-
The column can be bound to a property in a data object using the [GridColumn.columnName](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/columnName.html) property. The [label](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/label.html) is used to display the required widget in a column header.
27-
2822
{% tabs %}
2923
{% highlight Dart %}
3024

@@ -90,8 +84,6 @@ The column can be bound to a property in a data object using the [GridColumn.col
9084

9185
[GridColumn.visible](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/visible.html) property can be used to set a column as hidden. The default value of the `visible` property is true.
9286

93-
[GridColumn.visible](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/GridColumn/visible.html) property can be used to set a column as hidden. The default value of the `visible` property is true.
94-
9587
>**NOTE**
9688
>Set the `visible` property to `false` instead of setting column width as `0` to hide a column.
9789
@@ -232,10 +224,6 @@ By setting the [showCheckboxColumn](https://pub.dev/documentation/syncfusion_flu
232224

233225
The selection is applied to rows only if you set the [SfDataGrid.selectionMode](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/selectionMode.html) property other than `none.`
234226

235-
By setting the [showCheckboxColumn](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/showCheckboxColumn.html) property to `true`, you can select or deselect individual rows using checkboxes in each row. The checkbox column will be added as the first column.
236-
237-
The selection is applied to rows only if you set the [SfDataGrid.selectionMode](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/selectionMode.html) property to a value other than `none`.
238-
239227
{% tabs %}
240228
{% highlight Dart %}
241229

@@ -305,8 +293,6 @@ The selection is applied to rows only if you set the [SfDataGrid.selectionMode](
305293

306294
Display widgets along with the checkbox in the header cell by adding a widget to the [SfDataGrid.checkboxColumnSettings.label](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/DataGridCheckboxColumnSettings/label.html) property.
307295

308-
Display widgets along with the checkbox in the header cell by adding a widget to the [SfDataGrid.checkboxColumnSettings.label](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/DataGridCheckboxColumnSettings/label.html) property.
309-
310296
{% tabs %}
311297
{% highlight Dart %}
312298

0 commit comments

Comments
 (0)