React Data Grid

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 19

  • @shahrukhkarim8762
    @shahrukhkarim8762 5 месяцев назад +5

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

    • @ceolter
      @ceolter 5 месяцев назад

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

  • @redd3175
    @redd3175 2 дня назад

    Very helpfull, thanks for sharing

  • @hk_build
    @hk_build Месяц назад +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  Месяц назад +1

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

    • @hk_build
      @hk_build Месяц назад

      @@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 21 день назад

      @@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 21 день назад

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

  • @manelmartinez6374
    @manelmartinez6374 5 месяцев назад +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 5 месяцев назад

      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.

  • @michaelpukmel4776
    @michaelpukmel4776 5 месяцев назад +1

    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 4 месяца назад

      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?

  • @maxmurakami-moses4728
    @maxmurakami-moses4728 6 месяцев назад +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  6 месяцев назад +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/.

  • @vrdesigners5378
    @vrdesigners5378 2 месяца назад

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

  • @2u841r
    @2u841r 4 месяца назад +1

    very helpful

    • @ceolter
      @ceolter 4 месяца назад

      thank you :)

  • @فاطمهحسنزاده-ق3خ
    @فاطمهحسنزاده-ق3خ Месяц назад +1

    Great

  • @bushrakhan6234
    @bushrakhan6234 Месяц назад

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