I am unable to hide floating filter row.
you would notice an empty line even though there are no filters enabled.
Demo at : https://plnkr.co/edit/6bGd5RHKuI9Th1cN
The Source of demo is same as default demo at https://www.ag-grid.com/javascript-grid-floating-filters/ with the only exception of below line added after the columnDefs variable declaration code, to hide the columns
this.columnDefs.forEach(c => (c.filter = false));
Or is it a Ag-grid issue?
Issue image:
Any thoughts?
