aksonov / aksonov/react-native-tableview
TableView doesn't rerender when filter predicate is updated
Abierto
bug
- Lenguaje dominante
- Objective-C
- Estrellas
- 1.4k
- Forks
- 179
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The TableView doesn't update when I run example 3 and filter by a property on the state,
```
// list spanish provinces and add 'All states' item at the beginning
render(){
var country = "ES";
return (
console.log(event)}>
All states
);
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.