John Betancur

Results 43 comments of John Betancur

https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-data Interesting. I'll see about feature flagging this in the future for editable columns!

Yea, I've actually thought about adding the ability to "reset" the sort on the 3rd click. My only hesitation was that UX-wise there does not seem to be a consensus...

Thanks for the feedback! I'm glad it's working well for you. This is a great suggestion for improvement I'm actually puzzled why I had not implemented an expand/collapse all feature...

Not yet as I have not had the time, but I have this feature at the top pf my priority list. I wish it was easy, but this is going...

I am hesitant to call this a bug since the current implementation is to "remember" the last sort state. I agree RDT should probably reset the sort to the default...

@gsimko I usually release when making a feature or patch such as this right after PR(s) are merged. I think in this case I ran out of time as I...

Cell supersedes format. You'll want to use one or the other.

Try the cell property. Format is meant for simpler use cases.