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 doesn't work in some columns #950

Open
1 task done
Us-sama opened this issue Oct 26, 2022 · 0 comments
Open
1 task done

filter doesn't work in some columns #950

Us-sama opened this issue Oct 26, 2022 · 0 comments

Comments

@Us-sama
Copy link

Us-sama commented Oct 26, 2022

Issue Type (delete the irrelevant ones)

  • Bug

Specs

latest

google chrome

Expected Behavior

the filter input should work for every column content

Actual Behavior

columns that are customized can't be reached by the filter

Steps to Reproduce the Problem

<span v-else-if="props.column.field=='campagnes'" > <Tooltip :text="getCampagnesNames(props.row.campagnes)" shape="rounded" position="top"> <div class="name"> {{ getFirstcampagne(props.row.campagnes) }} </div> </Tooltip> <span v-if="countOtherCampagnes(props.row.campagnes)" class="tag is-rounded is-primary is-light">+ {{ countOtherCampagnes(props.row.campagnes) }}</span> </span>
**the filter doesn t work for this column i need it to be filtered by the content of the column please **

jsfiddle

If you provide a jsfiddle reproducing the issue, it'll be addressed much faster.
you can use this as base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant