[question] How do I initially hide the filter row?
See original GitHub issueWhen I use filtering: true
, the grid automatically shows the filtering row.
I would like it to be hidden by default and only shown when I click the filtering icon (same behaviour as is implemented for insert row).
Is this supported? What option do I have to set?
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Hiding the filter row from the start in UI for ASP.NET AJAX
Hi, To hide the filter row initially set the AllowFilteringByColumn property to false in the aspx and set its visibility in the CheckBox ......
Read more >How to hide and unhide rows in Excel - Ablebits
Go to the Home tab > Cells group, and click the Format button. Under Visibility, point to Hide & Unhide, and then select...
Read more >Hide filter row when loading the grid - Forums - Infragistics
Is there a way to hide the filter row when loading the grid at first ? So, not visible at the beginning, but...
Read more >Filter table hiding rows with JS - javascript - Stack Overflow
var sel = $("#Filter option:selected").text();. Question 2: Is it possible to, instead of this JS filtering, do a client ...
Read more >FILTER() - AppSheet Help - Google Support
FILTER ("Orders", ([Customer] = [_THISROW].[Customer])) returns keys to rows in the Orders data set in which the Customers column value is equal to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Indeed, one line is missing:
Here is the working fiddle: https://jsfiddle.net/tabalinas/23j4pgp9/
In my case, I didn’t want to show the “control” column, so I needed a way to toggle the filtering from an external button. Here’s the onclick function to toggle this filter: