Width of popup window (select or multiselect filter in datatable)

Now when i open ‘select’ or ‘multiselect’ filter in datatable - its popup window has width = width of column. How can i change width of this popup window?

try to handle onAfterEditStart event and change popup width

How can i change popup width in this case?

https://webix.com/snippet/85dc71f4

You can provide suggest settings as:

{content: "multiSelectFilter", suggest:{fitMaster:false, width:600}}

https://webix.com/snippet/066a5a51

https://webix.com/snippet/85dc71f4

it does not work, when i open filter multiselectFilter:
https://webix.com/snippet/abd81b54

@debirs sorry, misread “filter” as “editor”.

wow! super!!! big thanx!! :slight_smile:

its working! :smile: