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

Allow passing partial function to tabulator filter #5912

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

TBym
Copy link
Contributor

@TBym TBym commented Nov 22, 2023

It is possible to pass a function as a filter to Tabulator but passing a functools.partial function currently fails. This update allows to pass both regular and partial functions.

It is possible to pass a function as a filter to tabulator but passing a functools.partial function currently fails. This update allows to pass both regular and partial function
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (528f685) 82.58% compared to head (812804e) 82.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5912      +/-   ##
==========================================
- Coverage   82.58%   82.57%   -0.01%     
==========================================
  Files         291      291              
  Lines       42786    42786              
==========================================
- Hits        35335    35331       -4     
- Misses       7451     7455       +4     
Flag Coverage Δ
ui-tests 38.47% <100.00%> (+<0.01%) ⬆️
unitexamples-tests 72.41% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr
Copy link
Member

Thanks for your contribution @TBym!

@philippjfr philippjfr merged commit e3fdd48 into holoviz:main Nov 23, 2023
12 of 13 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants