Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adazzle/react-data-grid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: adazzle/react-data-grid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 10, 2023

  1. Allow rowClass to send row index,

    this will allow classes to be added positionally
    
    this change still supports adding classes by looking at the value with no breaking changes..
    
    Now with positional support, if I want a css class applied to the last row in the table. Or the first row in the table.
    Currently you have to use a css pseudo class like .rdg-row:nth-child(14) to make the 14th row have a certain css behavior. An example of this has been added to the AllFeatures demo.
    MichaelDimmitt committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4be3010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c76c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. format

    nstepien committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b6f74b3 View commit details
    Browse the repository at this point in the history
Loading