grafonnet
grafonnet copied to clipboard
g.panel.table.standardOptions.withFilterable(value=filterable) appears to be broken?
Function g.panel.table.standardOptions.withFilterable(value=filterable) produces:
fieldConfig+: {
defaults+: {
filterable: value,
},
while UI table toggle in Grafana 11.3 adds:
fieldConfig: {
defaults: {
custom: {
filterable: true,
},
},
},
the latter appears to be the one that actually works while withFilterable is not.