multiSelectFilter popup css

Hi,

Is there a (simple) way to set the css property of the underlying popup opened when using datatable multiSelectFilter ?

header:[
 {
    text:'Domains'
  },
 { 
    content:'serverMultiSelectFilter',
    css:'myPopupCss', 
    options:'/api/...'
  }
],

Thank you.

Good day @franck34,

You can customize popup by the ‘suggest’ propetry. This info isn’t explicitly stated in the documentation for filters, but is mentioned for editors (we add this info as soon as possible). Note, through suggest, you can set all the properties that are set by the usual ‘suggest’.
Please, check out the snippet with example: Code Snippet

1 Like