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.
Please help me to how can i achieve this…? … Is it possible to make the filter mandatory? and remove the drop down options in the filter(select,text,datepicker)?
Webix Pivot does not allow configuring the components in its Popup.
However, you can achieve your requirement by blocking click actions for the desired filter ( “name”, if I have understood you correctly ).
You can use the onPopup event to make sure the popup is ready, then access the needed list and block mouse events for “webix_link_selection” and “webix_pivot_minus” areas within the list item that shows “name” filter.
@Helga
Hi
In the above code in the name filter .Similary to selectAll i want to have unselectAll option so that when the user clicks on the UnselectAll i wanted to unselectAll the selected items in the name filter.