Ian Beihl

Results 4 comments of Ian Beihl

i also tried adding the `manuallyActivateRows={true}` prop, and am not seeing any `toggleRowActive` prop. Is there something I'm missing? @elan, if it does work could you maybe show us some...

Thanks @elan and @bureyburey for the quick responses, I am currently passing the props to my row component correctly since I have been successfully passing `data` and `active` to it....

so ive tried a bunch of different ways, but as @Thomas-Negrault said, i can access data, active, disabled, index, and key props. But even with manuallyActivateRows, toggleRowActive shows up undefined....

@bureyburey thank you!! I did understand what you were saying before, but creating a separate component solved it, i can now access `toggleRowActive`.