Webix pivot filter select all option

Hi

https://snippet.webix.com/m3il61lh

I have a code like above

i need to have a selectall option with checkbox and when a user clicks on the checkbox all options should be selected

Hey @prasadraju, you can access and redefine the config of the multicombo and make the selectAll button available, selectAll is a functionality of the suggest view, but pivot multicombo already includes ui.suggest functionality, so we can simply do this: https://snippet.webix.com/w2zbn4xn.

@Dzmitry

Thank you for your response . But I want the selectAll option to be beside a checkbox instead of clicking on the text . I should have a checkbox beside selectAll and when the user clicks on the checkbox beside selectAll all options should be selected.

How can i do that?

Do you mean something like this? https://snippet.webix.com/m7mxd8i2, selectAll actually has a checkbox by default, but it is hidden, you can display it via css and style however you want.

Hi,

I have my webix code like below

https://snippet.webix.com/7u6lojnm

When i click on the “Click to configure” a window having pivot configuration appears.

In the filters section ,I have name and year filters

I wanted the name filter to be selected mandatory . I dont want to remove it from the filter and i when i click on the multi-select option beside name it shows me options like select,text,datepicker i dont want any of these to be populated.

How can i do that?

@Dzmitry

Currently for the above name filter if we want to select All the countries and if we click on the selectAll we can see unselectall option

But i want to have a customization like even if one country is selected in the filter i wanted to have a UnselectAll option.

How can i do that?