React Data Grid

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 30

  • @shahrukhkarim8762
    @shahrukhkarim8762 8 місяців тому +6

    My company uses ag grid enterprise addition for almost all the components , thanks for the videos

    • @ceolter
      @ceolter 8 місяців тому

      You are very welcome, I'm delighted to hear AG Grid is used within your company.

  • @CodingBill
    @CodingBill Місяць тому

    Gonna try this out, this looks very handy to work with

  • @conradohernanvillagil2764
    @conradohernanvillagil2764 2 місяці тому +1

    Amazing!, thank you for a great tool in React.

  • @michaelpukmel4776
    @michaelpukmel4776 8 місяців тому +2

    We will be using agGrid in future projects. I installed the community version to learn at home to get a leg up before development starts. As expected, making a few rounds before getting react to display a grid. Stuck on this error 'Can't import the named export 'AgPromise' from non EcmaScript module (only default export is available)" npm -v 6.14.17, node -v 16.13. After npm install "ag-grid-community": "^31.3.2",. Could you point me to how to solve the AgPromise error? Im assuming I have agGrid version issues. Thanks.

    • @ceolter
      @ceolter 8 місяців тому

      Yes it does look like import issues, but can't really say without looking, and comments on a youtube video isn't the best way to get support. Can you ask on stackoverflow?

  • @manelmartinez6374
    @manelmartinez6374 8 місяців тому +2

    Hello. Thanks for your explanation. One question: when the grid es editable, if we make an edition to any field, can it also change in the database? Or it will just change the view of the grid on that moment and when i refresh I will get my data value?
    I’m starting to learn.

    • @ceolter
      @ceolter 8 місяців тому

      AG Grid is a UI component that fits inside an application. It's the applications job to send the data to the server for saving in a database. This is the same for all datagrids, it's how a datagrid library generally works.

  • @tuguldurtuugii4135
    @tuguldurtuugii4135 14 днів тому

    Great tutorial. But I can't change the quartz theme and material theme in nextJs. Did all themes dark modes become paid service?

    • @agGrid
      @agGrid  14 днів тому

      Hi, all themes are free, including dark-mode. If you're using our latest versions (v33+) you need to use the Theming API to change themes. If you want to continue using CSS themes, you need to set theme={"legacy"} on the component. We're working on updating our videos with the latest changes, but in the meantime, you can learn more in our docs: www.ag-grid.com/react-data-grid/theming-migration/

  • @zillboy
    @zillboy Місяць тому

    Loved the video! 👍🏻

  • @hk_build
    @hk_build 4 місяці тому +1

    Great video 👍
    In document it's mentioned ag-grid-react to install but in most of example in document using ag-grid-community/react which one is recommended??

    • @agGrid
      @agGrid  4 місяці тому +1

      We recommend ag-grid-react. This actually installs ag-grid-community for you, and saves an extra install command.

    • @hk_build
      @hk_build 4 місяці тому

      @@agGrid thanks....
      But also document says selecting module based import helps to cherry pick only required packages and reduces bundle size.....so can we use ag-grid-community/react over ag-grid-react??

    • @ZANF3R
      @ZANF3R 4 місяці тому

      @@hk_build There is probably stuff in both you would want, I guess it depends after you have used both weather or not you need the libraries or not.

    • @hk_build
      @hk_build 4 місяці тому

      @@ZANF3R yea....I am using module based approach it's clean and I can include only module that I need in bundle

  • @vrdesigners5378
    @vrdesigners5378 6 місяців тому

    Is there any way to shift that pagination bar to the top left ?

  • @bushrakhan6234
    @bushrakhan6234 4 місяці тому

    I am not able to see any of those icons of sort and pagination

  • @maxmurakami-moses4728
    @maxmurakami-moses4728 9 місяців тому +1

    Does it work with next.js? I tried follow the documentation and tutorials, but can't get it seem to work with next.js

    • @agGrid
      @agGrid  9 місяців тому +2

      Hi Max, our Grid does work with Next, but you'll need to mark it as a client component. We have a blog on this topic: blog.ag-grid.com/using-ag-grid-with-react-and-next-js/.

  • @atkoofficial
    @atkoofficial 2 місяці тому

    Is column pinning awailable in the community version?

    • @agGrid
      @agGrid  2 місяці тому

      Yes, take a look at our column pinning docs for more info: www.ag-grid.com/react-data-grid/column-pinning/

  • @redd3175
    @redd3175 3 місяці тому

    Very helpfull, thanks for sharing

  • @artozari87
    @artozari87 25 днів тому

    i cant migrate from 32 i cant understand how to do on Angular 18
    ! make a video please

    • @agGrid
      @agGrid  24 дні тому +1

      We're working on updating our Getting Started videos to reflect the changes to modules in AG Grid 33. In the meantime, take a look at our Upgrading to AG Grid 33 blog: blog.ag-grid.com/upgrading-to-ag-grid-33/, or our migration page docs: www.ag-grid.com/react-data-grid/upgrading-to-ag-grid-33/

  • @excerptmaster
    @excerptmaster 2 місяці тому

    That was mental!

  • @2u841r
    @2u841r 8 місяців тому +1

    very helpful

    • @ceolter
      @ceolter 7 місяців тому

      thank you :)

  • @فاطمهحسنزاده-ق3خ
    @فاطمهحسنزاده-ق3خ 4 місяці тому +1

    Great

  • @arjunsharma6433
    @arjunsharma6433 14 днів тому

    Arjun kumar