Ogidi Ifechukwu

Results 8 comments of Ogidi Ifechukwu

This is currently how the styled upload works. ![image](https://github.com/reflex-dev/reflex/assets/66724426/43cf3aa4-2893-455a-8ab9-ad5bad980ca8) ![image](https://github.com/reflex-dev/reflex/assets/66724426/4bee9d25-dab2-42fc-8bd5-a879565d42ff) ![image](https://github.com/reflex-dev/reflex/assets/66724426/b9fc571a-dfc2-4802-9806-72ed2729161d) ![image](https://github.com/reflex-dev/reflex/assets/66724426/b7aec558-9d01-4000-b110-313f9b8b0cb5)

I thought that calling the super() class method would set the variable, is there any need to set the is_used variable again?

I'm curious, I don't understand how the react component works as I haven't used React before, but If we decide to do `super().is_used = True` is that the same as...

@AmanSal1 I like your suggestions regarding the alternative approaches, and I would love to try implementing the first approach.

Let me try working on this.

Looking at the documentation, the granular approach gives a lot of flexibility to the design of the table UI. Are you suggesting the high-level API will generate a default style...

Alright, let me work on a prototype, then we can fine-tune it when I make the PR