Wijmo Pivot Panel with excel panel like custom UI

Posted by: reeshabh.choudhary on 20 March 2019, 6:17 am EST

    • Post Options:
    • Link

    Posted 20 March 2019, 6:17 am EST - Updated 3 October 2022, 8:08 pm EST

    Hello wijmo experts, Can we have a Excel panel like custom UI for wijmo pivot panels.

    I have attached the image.

    Basically, i want to add some space between checkboxes and create a apply background color for drag fields so that it looks more cleaner.

  • Posted 22 March 2019, 2:33 am EST

    Hi,

    We could easily update the UI for Wijmo control’s using CSS. Please refer to the following code snippet and sample demonstrating the same:

    .my-custom-panel{
      background-color: #807e7e59;
    }
    
    .my-custom-panel [wj-part="root"],[wj-part="btn-update"]{
      background-color: #fff;
    }
    
    .my-custom-panel [wj-part="btn-update"]{
      background-color: #fff;
    }
    
    .my-custom-panel [wj-part="d-fields"].wj-flexgrid{
      padding-right: 3%;
    }
    

    https://stackblitz.com/edit/query-pivot-panel-chart-1fpjia?file=src%2Fapp%2Fapp.component.css

    ~Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels