-
Notifications
You must be signed in to change notification settings - Fork 94
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
Need "filter out" or hide capability #823
Comments
Hi @regdorf59, Have a look to those examples they might help:
Cheers |
Excellent! In addition to hiding specific values in a table column, for example “N/A”, I’m hoping there is a way to also hide blank cells in that same column. For example, I want a filter to hide the row, based on the lack of cell data in the Description column:
ID
Description
URL
ABC123
<something here>
…_________________________________
Rick Egdorf | UnitedHealthcare Strategic Platform
Sr. Technical Writer, Cirrus User Documentation Team
13625 Technology Drive, Eden Prairie, MN 55344
***@***.******@***.***>
www.Optum.com<http://www.optum.com/>
PTO: TBD. If urgent, contact Julie Houlton.
From: koalyptus ***@***.***>
Sent: Tuesday, September 21, 2021 5:39 AM
To: koalyptus/TableFilter ***@***.***>
Cc: Egdorf, Rick ***@***.***>; Mention ***@***.***>
Subject: Re: [koalyptus/TableFilter] Need "filter out" or hide capability (#823)
Hi @regdorf59<https://github.com/regdorf59>,
Have a look to those examples they might help:
* https://www.tablefilter.com/custom-filter-options.html (the not na option in POP column, the ! operator)
* https://www.tablefilter.com/external-filter-operators.html (gives an idea of supported operators)
* https://www.tablefilter.com/custom-filtering.html (alternative approach using cell_parser configuration option)
Cheers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#823 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANXAZQSOVWLNYTBBZQZP3I3UDBOFTANCNFSM5EMOTHZQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I publish weekly release notes that either have blank content, or unwanted content, such as "No user impact." or "#N/A." I'd like the a filter that when selected hides those records from display.
The text was updated successfully, but these errors were encountered: