Skip to content

Commit ed60fd7

Browse files
Merge pull request #1134 from Syncfusion-Content/hotfix/hotfix-v28.2.3
DOCINFRA-2341_merged_using_automation
2 parents 6be730c + 8ae9dee commit ed60fd7

File tree

6 files changed

+24
-14
lines changed

6 files changed

+24
-14
lines changed

Flutter/cartesian-charts/on-demand-loading.md

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

1212
[`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html) provides support to return a widget which can be used to load more data to the chart when the visible range reaches the end on dragging in the chart with the help of the [`loadMoreIndicatorBuilder`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/loadMoreIndicatorBuilder.html) builder.
1313

14+
To learn more about how to lazy load data while panning in Flutter Charts, you can watch this video.
15+
16+
<style>#flutterChartsVideoTutorial{width : 90% !important; height: 300px !important }</style>
17+
<iframe id='flutterChartsVideoTutorial' src='https://www.youtube.com/embed/GBKB1U-iwqI'></iframe>
18+
1419
## Infinite scrolling
1520

1621
The [`loadMoreIndicatorBuilder`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/loadMoreIndicatorBuilder.html) builds the widget at the top of the chart area (ex., loading indicator or load more button) when horizontal scrolling reaches the start or end of the chart and if the chart is transposed then, this will be called when the vertical scrolling reaches the top or bottom of the chart. this can be used to achieve the functionalities like infinite scrolling in the chart.

Flutter/datagrid/export-to-pdf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Export Flutter DataGrid to PDF | Flutter DataTable | Syncfusion
4-
description: Learn here all about how to export the Syncfusion Flutter DataGrid (SfDataGrid) into PDF Document and more.
3+
title: Export Flutter DataGrid to PDF | Flutter DataTable | Syncfusion®
4+
description: Learn here all about how to export the Syncfusion® Flutter DataGrid (SfDataGrid) into PDF Document and more.
55
platform: flutter
66
control: SfDataGrid
77
documentation: ug
@@ -23,7 +23,7 @@ syncfusion_flutter_datagrid_export: ^xx.x.xx
2323

2424
{% endhighlight %}
2525

26-
>**NOTE** Here, **xx.x.xx** denotes the current version of `Syncfusion Flutter DataGrid Export` package.
26+
>**NOTE** Here, **xx.x.xx** denotes the current version of `Syncfusion® Flutter DataGrid Export` package.
2727
2828
**Import package**
2929

Flutter/datagrid/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Getting started with Flutter DataGrid | DataTable | Syncfusion
4-
description: Learn here about getting started with Syncfusion Flutter DataGrid (SfDataGrid) widget, its basic features, and more.
3+
title: Getting started with Flutter DataGrid | DataTable | Syncfusion®
4+
description: Learn here about getting started with Syncfusion® Flutter DataGrid (SfDataGrid) widget, its basic features, and more.
55
platform: flutter
66
control: SfDataGrid
77
documentation: ug
88
---
99

1010
# Getting started with Flutter DataGrid (SfDataGrid)
1111

12-
This section explains the steps required to add the DataGrid widget and its features. This section covers only the basic features needed to get started with the Syncfusion Flutter DataGrid widget.
12+
This section explains the steps required to add the DataGrid widget and its features. This section covers only the basic features needed to get started with the Syncfusion® Flutter DataGrid widget.
1313

1414
To get started quickly with Flutter DataGrid, check out this video:
1515
<style>#FlutterDataGridVideoTutorial{width : 90% !important; height: 400px !important }</style>
@@ -21,7 +21,7 @@ Create a simple project using the instruction given in the [Getting Started wit
2121

2222
**Add dependency**
2323

24-
Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
24+
Add the Syncfusion® Flutter DataGrid dependency to your `pubspec.yaml` file.
2525

2626
{% highlight dart %}
2727

@@ -31,7 +31,7 @@ Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
3131

3232
{% endhighlight %}
3333

34-
N> Here **xx.x.xx** denotes the current version of the [`Syncfusion Flutter DataGrid`](https://pub.dev/packages/syncfusion_flutter_datagrid/versions) package.
34+
N> Here **xx.x.xx** denotes the current version of the [`Syncfusion® Flutter DataGrid`](https://pub.dev/packages/syncfusion_flutter_datagrid/versions) package.
3535

3636
**Get packages**
3737

Flutter/datagrid/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: About Flutter DataGrid widget | DataTable | Syncfusion
4-
description: Learn about the introduction of the Syncfusion Flutter DataGrid (SfDataGrid) widget, its features, and more.
3+
title: About Flutter DataGrid widget | DataTable | Syncfusion®
4+
description: Learn about the introduction of the Syncfusion® Flutter DataGrid (SfDataGrid) widget, its features, and more.
55
platform: flutter
66
control: SfDataGrid
77
documentation: ug
88
---
99

1010
# Flutter DataGrid (SfDataGrid) Overview
1111

12-
The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance even when loading large amounts of data.
12+
The Syncfusion® Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance even when loading large amounts of data.
1313

1414
![Overview Flutter Datagrid](images/overview/flutter-datagrid-overview.png)
1515

@@ -22,7 +22,7 @@ The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabu
2222
* **Editing** - Allows users to edit cell values. An editor widget can be loaded based on the column type to edit cell values.
2323
* **Sorting** - Sort one or more columns in ascending or descending order.
2424
* **Selection** - Select one or more rows. Keyboard navigation is supported for web platforms.
25-
* **Filtering** - Interactive support to filter data as like Excel. Filter data by text, numbers, and date-time values. Also, supports programmatical filtering.
25+
* **Filtering** - Interactive support to filter data as like Excel. Filter data by text, numbers, and date-time values. Also, supports programmatic filtering.
2626
* **Column Drag and Drop** - Supports reordering columns by dragging and dropping them at the required position.
2727
* **Column resizing** - Resize columns by dragging the right edge of the column header.
2828
* **Exporting** - Support to export the data to Excel and PDF.

Flutter/maps/shape.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Shape colors in Flutter Maps widget | Syncfusion
44
description: Learn here all about different shape appearance customization options of the Syncfusion Flutter Maps (SfMaps) widget.
5-
platform: Flutter
5+
platform: flutter
66
control: SfMaps
77
documentation: ug
88
---
@@ -197,6 +197,11 @@ Widget build(BuildContext context) {
197197
{% endhighlight %}
198198
{% endtabs %}
199199

200+
To learn more about how to customize the colors in Flutter Maps, you can watch this video.
201+
202+
<style>#flutterMapsVideoTutorial{width : 90% !important; height: 300px !important }</style>
203+
<iframe id='flutterMapsVideoTutorial' src='https://www.youtube.com/embed/cHEbMFm3TMU'></iframe>
204+
200205
## Applying colors based on the data
201206

202207
If you return a color from the [`shapeColorValueMapper`](https://pub.dev/documentation/syncfusion_flutter_maps/latest/maps/MapShapeSource/shapeColorValueMapper.html), then the color will be applied to the respective shape straightaway.

Flutter/treemap/drilldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The drilldown feature provides better visualization of larger set of hierarchica
1414
To learn more about how to deep dive into the drill down feature in Flutter Treemap, you can watch this video.
1515

1616
<style>#flutterTreemapVideoTutorial{width : 90% !important; height: 300px !important }</style>
17-
<iframe id='flutterTreemapVideoTutorial' src='https://www.youtube.com/embed/1xXeIedJ3bQ'></iframe>
17+
<iframe id='flutterTreemapVideoTutorial' src='https://www.youtube.com/embed/tLAPEDlhfS4'></iframe>
1818

1919
## Enable drilldown
2020

0 commit comments

Comments
 (0)