|
1566 | 1566 | "title": "Smart data labels",
|
1567 | 1567 | "key": "pie_with_smart_data_labels",
|
1568 | 1568 | "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", |
1570 | 1570 | "needsPropertyPanel": true,
|
1571 | 1571 | "sourceLink" : "https://www.insidethegames.biz/games/7/medals",
|
1572 | 1572 | "sourceText": "insidethegames.biz"
|
|
2529 | 2529 | "type": "sample",
|
2530 | 2530 | "title": "Getting Started",
|
2531 | 2531 | "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" |
2533 | 2533 | }
|
2534 | 2534 | ]
|
2535 | 2535 | },
|
|
2566 | 2566 | "title": "Column Sizing",
|
2567 | 2567 | "key": "column_sizing_datagrid",
|
2568 | 2568 | "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" |
2570 | 2571 | },
|
2571 | 2572 | {
|
2572 | 2573 | "type": "sample",
|
|
2585 | 2586 | "type": "sample",
|
2586 | 2587 | "title": "Checkbox Column",
|
2587 | 2588 | "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" |
2589 | 2591 | }
|
2590 | 2592 | ]
|
2591 | 2593 | },
|
|
2598 | 2600 | "title": "Editing",
|
2599 | 2601 | "key": "editing_datagrid",
|
2600 | 2602 | "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" |
2602 | 2604 | }
|
2603 | 2605 | ]
|
2604 | 2606 | },
|
|
2619 | 2621 | "title": "Custom Sorting",
|
2620 | 2622 | "description": "This sample demonstrates custom sorting in DataGrid. In this sample, Customer Name column is sorted based on the length of a cell value.",
|
2621 | 2623 | "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" |
2623 | 2626 | }
|
2624 | 2627 | ]
|
2625 | 2628 | },
|
|
2631 | 2634 | "type": "sample",
|
2632 | 2635 | "title": "Selection",
|
2633 | 2636 | "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", |
2635 | 2638 | "needsPropertyPanel": true
|
2636 | 2639 | },
|
2637 | 2640 | {
|
2638 | 2641 | "title": "Checkbox Selection",
|
2639 | 2642 | "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" |
2641 | 2645 | }
|
2642 | 2646 | ]
|
2643 | 2647 | },
|
|
2650 | 2654 | "status": "New",
|
2651 | 2655 | "title": "Summaries",
|
2652 | 2656 | "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" |
2654 | 2658 | }
|
2655 | 2659 | ]
|
2656 | 2660 | },
|
|
2664 | 2668 | "status": "New",
|
2665 | 2669 | "key": "column_resizing_datagrid",
|
2666 | 2670 | "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", |
2668 | 2672 | "needsPropertyPanel": true
|
2669 | 2673 | }
|
2670 | 2674 | ]
|
|
2677 | 2681 | "type": "sample",
|
2678 | 2682 | "title": "Freeze Panes",
|
2679 | 2683 | "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" |
2681 | 2685 | }
|
2682 | 2686 | ]
|
2683 | 2687 | },
|
|
2689 | 2693 | "type": "sample",
|
2690 | 2694 | "title": "Row Height",
|
2691 | 2695 | "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" |
2693 | 2697 | }
|
2694 | 2698 | ]
|
2695 | 2699 | },
|
|
2738 | 2742 | "type": "sample",
|
2739 | 2743 | "title": "Pull To Refresh",
|
2740 | 2744 | "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" |
2742 | 2746 | }
|
2743 | 2747 | ]
|
2744 | 2748 | },
|
|
2767 | 2771 | "title": "Paging",
|
2768 | 2772 | "key": "paging_datagrid",
|
2769 | 2773 | "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" |
2771 | 2775 | }
|
2772 | 2776 | ]
|
2773 | 2777 | },
|
|
2779 | 2783 | "type": "sample",
|
2780 | 2784 | "title": "Swiping",
|
2781 | 2785 | "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" |
2783 | 2787 | }
|
2784 | 2788 | ]
|
2785 | 2789 | },
|
|
2791 | 2795 | "type": "sample",
|
2792 | 2796 | "title": "Real-Time Update",
|
2793 | 2797 | "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" |
2795 | 2799 | }
|
2796 | 2800 | ]
|
2797 | 2801 | },
|
|
2804 | 2808 | "status": "New",
|
2805 | 2809 | "title": "Exporting",
|
2806 | 2810 | "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" |
2808 | 2812 | }
|
2809 | 2813 | ]
|
2810 | 2814 | }
|
|
0 commit comments