You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Flutter/cartesian-charts/on-demand-loading.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ documentation: ug
11
11
12
12
[`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.
13
13
14
+
To learn more about how to lazy load data while panning in Flutter Charts, you can watch this video.
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.
Copy file name to clipboardExpand all lines: Flutter/datagrid/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
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.
5
5
platform: flutter
6
6
control: SfDataGrid
7
7
documentation: ug
8
8
---
9
9
10
10
# Getting started with Flutter DataGrid (SfDataGrid)
11
11
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.
13
13
14
14
To get started quickly with Flutter DataGrid, check out this video:
@@ -21,7 +21,7 @@ Create a simple project using the instruction given in the [Getting Started wit
21
21
22
22
**Add dependency**
23
23
24
-
Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
24
+
Add the Syncfusion® Flutter DataGrid dependency to your `pubspec.yaml` file.
25
25
26
26
{% highlight dart %}
27
27
@@ -31,7 +31,7 @@ Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
31
31
32
32
{% endhighlight %}
33
33
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.
Copy file name to clipboardExpand all lines: Flutter/datagrid/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
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.
5
5
platform: flutter
6
6
control: SfDataGrid
7
7
documentation: ug
8
8
---
9
9
10
10
# Flutter DataGrid (SfDataGrid) Overview
11
11
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.
@@ -22,7 +22,7 @@ The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabu
22
22
***Editing** - Allows users to edit cell values. An editor widget can be loaded based on the column type to edit cell values.
23
23
***Sorting** - Sort one or more columns in ascending or descending order.
24
24
***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.
26
26
***Column Drag and Drop** - Supports reordering columns by dragging and dropping them at the required position.
27
27
***Column resizing** - Resize columns by dragging the right edge of the column header.
28
28
***Exporting** - Support to export the data to Excel and PDF.
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.
0 commit comments