Skip to content

Create date quickfilter without range. #7072

Answered by LSNicholls
sapster77 asked this question in Help
Discussion options

You must be logged in to vote

OK I am sure this is cheating -- but I think I have this working with a CSS Class
(QuickFilter(CssClass ="s-QuickFilterHideDate2")) , like this -- you will have to fix the width to match your requirements:

.s-QuickFilterHideDate2 {
  text-overflow: clip;
  overflow: clip;
  display: inline-flex;
  width: 15em;
}

... the proper alternative would be to create a custom editor, which would probably not be that hard actually, but the above class is Q&D if it doesn't make you gag .

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sapster77
Comment options

Answer selected by sapster77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants