Hi,
using a datatable and a filter:
header: ["Projekt", {
content: "multiComboFilter",
inputConfig: {
tagMode: true,
suggest: {
fitMaster: false,
suggestWidth: 250
}
}
}],
The multicombo does not take the width, but keeps having the width of the column. With a multiSelectFilter instead it works…
Thanks,
Martin