You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (
<TableView selectedValue="" style={{flex:1}} json="states" filter={`country=='${this.state.searchText}'`}
tableViewCellStyle={TableView.Consts.CellStyle.Subtitle}
onPress={(event) => console.log(event)}>
<Item value="">All states</Item>
</TableView>
);
}
The text was updated successfully, but these errors were encountered:
The TableView doesn't update when I run example 3 and filter by a property on the state,
The text was updated successfully, but these errors were encountered: