bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
446 stars 63 forks source link

Instead of disabling actions can we hide it from the the action menu? #232

Open bhushan90 opened 2 years ago

bhushan90 commented 2 years ago

@bencripps I have a long list of actions and those actions are available based on the rowdata.

I'm able to disabled the actions, but unfortunately it is not looking good on the UI.

Is there any way by which I xan only show the available action and if there are no action available I can disable action menu button.

Bdw thanks for such a awesome grid.

bhushan90 commented 2 years ago

Any update on this?