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

Filter Event for Lazy Loading #1105

Closed
shaan1974 opened this issue Mar 22, 2021 · 0 comments
Closed

Filter Event for Lazy Loading #1105

shaan1974 opened this issue Mar 22, 2021 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@shaan1974
Copy link

shaan1974 commented Mar 22, 2021

Hello,

The event "Filter" is not available in Lazy Loading. So why when you are on page #5 by ex it's jump on first page automatically but only in the page ?

It could be great to have also the filter event in Lazy Loading, gonna more easy to manage filters.

It's possible to detect change filters with a watcher but it's not really the best way to to:

this.$watch(() => { return this.$refs.dtCustomers.filters },
  (val) => {
    console.log('filter change')
  }, { deep: true }
)

S

@cagataycivici cagataycivici changed the title DataTable in Lazy Loading - No filter event but could be great to have it Filter Event for Lazy Loading May 10, 2021
@cagataycivici cagataycivici added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add priority - medium labels May 10, 2021
@cagataycivici cagataycivici self-assigned this May 11, 2021
@cagataycivici cagataycivici added this to the 3.5.0 milestone May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants