diff --git a/Flutter/datagrid/columns-sizing.md b/Flutter/datagrid/columns-sizing.md index 3f2909f71..77dafc8f3 100644 --- a/Flutter/datagrid/columns-sizing.md +++ b/Flutter/datagrid/columns-sizing.md @@ -1,6 +1,6 @@ --- layout: post -title: Columns sizing in Flutter DataGrid | Syncfusion | DataTable +title: Columns sizing in Flutter DataGrid | Data Table | Syncfusion description: Learn here all about how to set the width for columns in Syncfusion Flutter DataGrid (SfDataGrid) widget and more. platform: flutter control: SfDataGrid @@ -89,7 +89,7 @@ Widget build(BuildContext context) { > **NOTE** The `GridColumn.columnWidthMode` takes higher priority than the `SfDataGrid.columnWidthMode`. - + ## Consider all the rows to calculate the autofit size @@ -241,7 +241,7 @@ class EmployeeDataSource extends DataGridSource { {% endhighlight %} {% endtabs %} - + ## Autofit calculation based on different TextStyle @@ -362,7 +362,7 @@ class CustomColumnSizer extends ColumnSizer { **NOTE** Download the demo application from [GitHub](https://github.com/SyncfusionExamples/how-to-fit-the-column-based-on-the-different-text-style-in-Flutter-DataTable-sfdatagrid). - + ## Autofit calculation based on the formatted value @@ -482,7 +482,7 @@ class CustomColumnSizer extends ColumnSizer { **NOTE** Download the demo application from [GitHub](https://github.com/SyncfusionExamples/how-to-fit-the-columns-based-on-the-formatted-value-in-Flutter-datatable-sfdatagrid). - + ## Fill the remaining width for any column @@ -540,7 +540,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + The below example shows Name column is set as `lastColumnFill` mode. @@ -596,7 +596,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Recalculating column widths when datasource is changed diff --git a/Flutter/datagrid/editing.md b/Flutter/datagrid/editing.md index 42154a266..30650dd08 100644 --- a/Flutter/datagrid/editing.md +++ b/Flutter/datagrid/editing.md @@ -175,7 +175,7 @@ class EmployeeDataSource extends DataGridSource { {% endhighlight %} {% endtabs %} - + >**NOTE** Download demo application from [GitHub](https://github.com/SyncfusionExamples/how-to-perform-editing-in-flutter-datatable-sfdatagrid). @@ -239,7 +239,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Entering edit mode @@ -499,7 +499,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ### EndEdit diff --git a/Flutter/datagrid/styles.md b/Flutter/datagrid/styles.md index b7d787a73..7d7e6facc 100644 --- a/Flutter/datagrid/styles.md +++ b/Flutter/datagrid/styles.md @@ -1,7 +1,7 @@ --- layout: post title: Styling feature in Flutter DataGrid | DataTable | Syncfusion -description: Learn here all about how to customize the appearance of DataGrid in Syncfusion Flutter DataGrid (SfDataGrid) widget and more. +description: Learn here all about how to customize the appearance of Syncfusion Flutter DataGrid (SfDataGrid) widget and more. platform: flutter control: SfDataGrid documentation: ug @@ -74,7 +74,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Change the header hover color @@ -131,7 +131,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Change the row background color @@ -182,7 +182,7 @@ class EmployeeDataSource extends DataGridSource { {% endhighlight %} {% endtabs %} - + ## Styling grid lines @@ -240,7 +240,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Show vertical and horizontal grid lines @@ -312,7 +312,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Disable the row highlighting @@ -415,7 +415,7 @@ Widget build(BuildContext context) { {% endhighlight %} {% endtabs %} - + ## Change the cell value color @@ -471,4 +471,4 @@ class EmployeeDataSource extends DataGridSource { {% endhighlight %} {% endtabs %} - \ No newline at end of file + \ No newline at end of file