inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

Dynamic Method of Disabling Rows #392

Open DCMattyG opened 8 months ago

DCMattyG commented 8 months ago

I've been exploring using the disabledRows parameter for React Data Grid. A shortcoming that requires quite a bit of additional coding to work around is when rows are sorted/reordered. It would be much nicer to have a disabled flag in the row props that you could pass into the Data Grid instead of defining a static list.

What you did:

Problem description:

Suggested solution:

I hope the above ask is clear, thank you so much for the consideration!

teja-centime commented 2 weeks ago

@DCMattyG I don't see this prop disabledRows in the documentation - can you please provide a link on where did you see this or any small description of how to use this ? I really need disabled checkboxes in rows