is it possible to use filtertype = ‘number’ when showfilterrow = false.. also i have few columns with filterable:false.. but they still show empty filter menu.. is there a way to disable that ?
As documented (under columns entry), filtertype: 'number' can only be applied when showfilterrow is true. However, when filtering a numeric column through the filter menu, the correct filter conditions for numbers appear.
Unfortunately, the empty filter menu cannot be currently disabled for columns that have filterable: false.