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

DataTable: Changing a filter does not trigger onLazyLoad for async tables #158

Closed
david-bc opened this issue Oct 24, 2017 · 0 comments
Closed
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@david-bc
Copy link

<DataTable value=[] rows={10} lazy={true} onLazyLoad={console.log}>
  <Column field="id" header="ID" filter={true} />
</DataTable>

onLazyLoad is triggered for pagination and sorting changes, but it is not called for filter changes.

@cagataycivici cagataycivici self-assigned this Oct 31, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Oct 31, 2017
@cagataycivici cagataycivici added this to the 1.1.1 milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants