Git Product home page Git Product logo

flutter-docs's Introduction

Syncfusion Flutter Documentation

This is the GitHub repository for the technical product documentation for Syncfusion Flutter components. This documentation is published to http://help.syncfusion.com/Flutter

Contributions Welcome!

We welcome the pull request for improving the Flutter Components user guide documentation. Your contribution towards this will be greatly appreciated.

flutter-docs's People

Contributors

christopherhirudayasamy avatar divi1411 avatar jayavigneshwarang avatar jhonnydv avatar jimmyhappy19920308 avatar meikandanayanar avatar neelakandankannan avatar rokesh-karthikeyan avatar syncfusionbuild avatar syncfusioninstall avatar yashwp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-docs's Issues

Question: datagrid package

Hi,
I'm trying to implement the datagrid with a GridWidgetColumn.
Currently I'm facing the issue that the GridWidgetColumn is not sorted with all the other columns. Or at least I'm not able "get the actual data" from the sorted rows. Is there anything I'm missing or any how-to for that?

The issue basically is that I only receive rowindex in the cellBuilder and it seems that the datasource list is not sorted, when sorting the grid.
Can I somehow receive the actual row value or sort the datasource list?

In the example of the documentation the image would always stay the same although ID, name and salary change according to the sorting:

@override
Widget build(BuildContext context) {
  return Scaffold(
    body: SfDataGrid(
      source: _employeeDataSource,
      cellBuilder: (BuildContext context, GridColumn column, int rowindex) {
        return employees[rowIndex].image;
      },
      columns: [
        GridNumericColumn(mappingName: 'id', headerText: 'ID'),
        GridWidgetColumn(mappingName: 'image', headerText: 'Image'),
        GridTextColumn(mappingName: 'name', headerText: 'Name'),
        GridNumericColumn(mappingName: 'salary', headerText: 'Salary')
      ],
    ),
  );
}

Best regards,
Benjamin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.