IMP: allow column filtering in tabulate#69
Open
colinvwood wants to merge 2 commits intoqiime2:devfrom
Open
Conversation
colinvwood
commented
Apr 30, 2026
Oddant1
reviewed
May 1, 2026
Member
Oddant1
left a comment
There was a problem hiding this comment.
PR failing CI 👎
I'm not seeing the issues you're describing with the hover. Can you show me when you get the chance?
Definitely a cool feature overall
Override DataTables striped row color to #F9F9F9 (was effectively #F2F2F2 from a 5% black box-shadow) and add a #E8F1F8 hover highlight that applies to all rows. Adds the table-hover class to enable the hover behavior. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds column-based filtering functionality. Also removes the
table-hoverstyle which previously shaded the currently hovered row, but seemed to be a) a darker shade in this version and b) a little buggy--I was seeing a row shaded even when the cursor was a little below that row.Datatables 2 migration guide.