Skip to content

Commit 1d81948

Browse files
updated the code link.
1 parent 9f20170 commit 1d81948

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

lib/sample_details.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@
15661566
"title": "Smart data labels",
15671567
"key": "pie_with_smart_data_labels",
15681568
"status": "New",
1569-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/chart_types/pie/pie_with_smart_data_labels.dart",
1569+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/chart_types/pie/pie_with_smart_data_label.dart",
15701570
"needsPropertyPanel": true,
15711571
"sourceLink" : "https://www.insidethegames.biz/games/7/medals",
15721572
"sourceText": "insidethegames.biz"
@@ -2529,7 +2529,7 @@
25292529
"type": "sample",
25302530
"title": "Getting Started",
25312531
"key": "getting_started_datagrid",
2532-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/getting_started/datagrid_getting_started.dart"
2532+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_getting_started.dart"
25332533
}
25342534
]
25352535
},
@@ -2566,7 +2566,8 @@
25662566
"title": "Column Sizing",
25672567
"key": "column_sizing_datagrid",
25682568
"needsPropertyPanel": true,
2569-
"status": "New"
2569+
"status": "New",
2570+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/columns/datagrid_column_sizing.dart"
25702571
},
25712572
{
25722573
"type": "sample",
@@ -2585,7 +2586,8 @@
25852586
"type": "sample",
25862587
"title": "Checkbox Column",
25872588
"key": "checkbox_selection_datagrid",
2588-
"status": "New"
2589+
"status": "New",
2590+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/columns/datagrid_checkbox_selection.dart"
25892591
}
25902592
]
25912593
},
@@ -2598,7 +2600,7 @@
25982600
"title": "Editing",
25992601
"key": "editing_datagrid",
26002602
"needsPropertyPanel": true,
2601-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/editing/datagrid_editing.dart"
2603+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_editing.dart"
26022604
}
26032605
]
26042606
},
@@ -2619,7 +2621,8 @@
26192621
"title": "Custom Sorting",
26202622
"description": "This sample demonstrates custom sorting in DataGrid. In this sample, Customer Name column is sorted based on the length of a cell value.",
26212623
"key": "custom_sorting_datagrid",
2622-
"status": "New"
2624+
"status": "New",
2625+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/sorting/datagrid_custom_sorting.dart"
26232626
}
26242627
]
26252628
},
@@ -2631,13 +2634,14 @@
26312634
"type": "sample",
26322635
"title": "Selection",
26332636
"key": "selection_datagrid",
2634-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/selection/datagrid_selection.dart",
2637+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_selection.dart",
26352638
"needsPropertyPanel": true
26362639
},
26372640
{
26382641
"title": "Checkbox Selection",
26392642
"key": "checkbox_selection_datagrid",
2640-
"status": "New"
2643+
"status": "New",
2644+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/columns/datagrid_checkbox_selection.dart"
26412645
}
26422646
]
26432647
},
@@ -2650,7 +2654,7 @@
26502654
"status": "New",
26512655
"title": "Summaries",
26522656
"key": "table_summary_datagrid",
2653-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/summaries/datagrid_table_summary.dart"
2657+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_table_summary.dart"
26542658
}
26552659
]
26562660
},
@@ -2664,7 +2668,7 @@
26642668
"status": "New",
26652669
"key": "column_resizing_datagrid",
26662670
"description": "This sample demonstrates how to resize the columns. In the Desktop platforms, resize columns by clicking and dragging the right (left in RTL mode) border of a column header. In the mobile platforms, when the column is long pressed the indicator will be displayed at the right border of a column header, Then, tap and drag the indicator to resize columns.",
2667-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/columns/datagrid_column_resizing.dart",
2671+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_column_resizing.dart",
26682672
"needsPropertyPanel": true
26692673
}
26702674
]
@@ -2677,7 +2681,7 @@
26772681
"type": "sample",
26782682
"title": "Freeze Panes",
26792683
"key": "freeze_panes_datagrid",
2680-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/freeze_panes/datagrid_freeze_panes.dart"
2684+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_freeze_panes.dart"
26812685
}
26822686
]
26832687
},
@@ -2689,7 +2693,7 @@
26892693
"type": "sample",
26902694
"title": "Row Height",
26912695
"key": "row_height_datagrid",
2692-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/row_height/datagrid_row_height.dart"
2696+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_row_height.dart"
26932697
}
26942698
]
26952699
},
@@ -2738,7 +2742,7 @@
27382742
"type": "sample",
27392743
"title": "Pull To Refresh",
27402744
"key": "pull_to_refresh_datagrid",
2741-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/pull_to_refresh/datagrid_pull_to_refresh.dart"
2745+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_pull_to_refresh.dart"
27422746
}
27432747
]
27442748
},
@@ -2767,7 +2771,7 @@
27672771
"title": "Paging",
27682772
"key": "paging_datagrid",
27692773
"status": "Updated",
2770-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/paging/datagrid_paging.dart"
2774+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_paging.dart"
27712775
}
27722776
]
27732777
},
@@ -2779,7 +2783,7 @@
27792783
"type": "sample",
27802784
"title": "Swiping",
27812785
"key": "swiping_datagrid",
2782-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/swiping/datagrid_swiping.dart"
2786+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_swiping.dart"
27832787
}
27842788
]
27852789
},
@@ -2791,7 +2795,7 @@
27912795
"type": "sample",
27922796
"title": "Real-Time Update",
27932797
"key": "real_time_update_datagrid",
2794-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/real_time_update/datagrid_real_time_update.dart"
2798+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_real_time_update.dart"
27952799
}
27962800
]
27972801
},
@@ -2804,7 +2808,7 @@
28042808
"status": "New",
28052809
"title": "Exporting",
28062810
"key": "exporting_datagrid",
2807-
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/exporting/datagrid_exporting.dart"
2811+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/datagrid/datagrid_exporting.dart"
28082812
}
28092813
]
28102814
}

0 commit comments

Comments
 (0)