TableFilter icon indicating copy to clipboard operation
TableFilter copied to clipboard

Need "filter out" or hide capability

Open regdorf59 opened this issue 4 years ago • 2 comments

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.

regdorf59 avatar Sep 20 '21 17:09 regdorf59

Hi @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)
  • https://www.tablefilter.com/conditional-cell-formatting.html

Cheers

koalyptus avatar Sep 21 '21 10:09 koalyptus

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


Rick Egdorf | UnitedHealthcare Strategic Platform Sr. Technical Writer, Cirrus User Documentation Team

13625 Technology Drive, Eden Prairie, MN 55344 @.@.> www.Optum.comhttp://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 @regdorf59https://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 GitHubhttps://github.com/koalyptus/TableFilter/issues/823#issuecomment-923855390, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANXAZQSOVWLNYTBBZQZP3I3UDBOFTANCNFSM5EMOTHZQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://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.

regdorf59 avatar Sep 24 '21 16:09 regdorf59