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 event @value-change return undefined when filtering #1308

Closed
welcome14 opened this issue May 31, 2021 · 0 comments
Closed

Datatable event @value-change return undefined when filtering #1308

welcome14 opened this issue May 31, 2021 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@welcome14
Copy link

Hi,
I have primevue 3.5.0,
the event @value-change return undefined when filtering values, but works fine when sorting values.

i set filterDisplay="menu", and use a custom template filter.

<Column filterField="fam" bodyStyle="min-width:10px;" headerStyle="min-width:10px" field="fam" header="Fam" :showFilterMatchModes="false" :sortable="true"> <template #body="{data}"> <span class="text">{{data.fam}}</span> </template> <template #filter="{filterModel}"> <MultiSelect v-model="filterModel.value" :options="fams" class="p-column-filter" /> </template> </Column>

@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jun 1, 2021
@tugcekucukoglu tugcekucukoglu added this to the 3.5.1 milestone Jun 1, 2021
@tugcekucukoglu tugcekucukoglu self-assigned this Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants