Custom React Components Overview

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

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

  • @Ghosthunter1111
    @Ghosthunter1111 2 года назад +2

    Thansk for the great introduction video, I would have loved to have seen this 2 months ago when we started using ag-Grid for our application, but great to know that you are providing more helpful guides for ag-Grid in React now :)

  • @yassinebouchoucha
    @yassinebouchoucha 2 года назад

    whished I knew this library before I started my project, being able to customize every pixel while the top table level stay consistent is what I' ve been searching through every react js library

    • @ceolter
      @ceolter 2 года назад

      I wish I was able to tell you back then, however it's hard trying to tell everyone about AG Grid, somehow there are still people who have yet to discover us. Don't let others suffer like you have, tell as many people as you can about AG Grid!!! :)

  • @lonelyplanet5713
    @lonelyplanet5713 Год назад +1

    How can we write a test case when we extends an interface from AGGrid, for example: IHeaderParams to use it props to open the menu. The test requires the testing component to include all the properties inside IHeaderParams

  • @obiesilva
    @obiesilva 2 года назад

    I'm doing the same thing but get this error Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. my company is using agGrid 25.3.0 and we are using functional component. Can anyone help please?

  • @user-vn1iw3sf4j
    @user-vn1iw3sf4j 2 года назад

    How to conditionaly disable enable edit of row in react? I do not have lacky with doc.

    • @agGrid
      @agGrid  2 года назад

      The 'editable' property of a Column Definition can be a callback. If a callback is provided, it's called each time you try to start and edit (eg double click a cell). You can do whatever you want in the callback.