hi i am using the drop down filter feature. how can i set the width of the listing screen? because by default the listing does not open according to the width of the column.
I wanted to change the min and max value but it didn’t work
thank you
` {
text: ‘AKTİF’, filtertype: ‘list’, filteritems: items,datafield: ‘IS_LOCKED’, width: “23%”, createfilterwidget: function (column, columnelement, widget) {
column.minwidth = 10
column.maxwidth = 10
widget.jqxDropDownList({ itemHeight: 45 });
}
},`
https://ibb.co/YZ2tZks