Patrick Böder
Patrick Böder
Will be released soon, thanks to you!
Hi @MarcoLeti ! Yep. That's correct. The `title` is part of the ContentView Container. If you replace the whole Container via `cellContentView` there's no place render the title anymore. `cellContentView`...
Please see my comment in the PR @CosmicClownTyler https://github.com/Purii/react-native-tableview-simple/pull/785#issuecomment-2158636837 It's basically what you already pointed out.
I extended the README: https://github.com/Purii/react-native-tableview-simple?tab=readme-ov-file#wrap-cell I'm currently thinking about the following idea: Drill down through the children of the `Section` until a `Cell` is detected and read the relevant props...
Hi @cixio, thanks for the PR. As you point out, this is just a workaround. The same issue happens with other props, like `hideSeparator`, as you mention in #784 ....