Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableView doesn't rerender when filter predicate is updated #106

Open
orhanmaden opened this issue Jun 26, 2016 · 0 comments
Open

TableView doesn't rerender when filter predicate is updated #106

orhanmaden opened this issue Jun 26, 2016 · 0 comments
Labels

Comments

@orhanmaden
Copy link

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>
        );
    }
@iRoachie iRoachie added the bug label Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants