Plus icon appearing incorrectly in grid

21 Views Asked by At

For my grid I have the following configuration:

        subGrid: true,
        subGridOptions: {
            // configure the icons from theme rolloer
            plusicon: "fa fa-plus",
            minusicon: "fa fa-minus",
            openicon: "fa fa-expand"
        },

When the grid is displayed, the wrong icon is showing up:

enter image description here

This is the generated html:

enter image description here

How do I get the normal +/- icons to show up?

0

There are 0 best solutions below