Our blazing fast Grid component built with pure JavaScript


Post by gregc »

Still on the nightly release from jan 20 but when I am using a filter defined with an ID and a display I get on hover the wrong tooltip e.g.
Image

{text: 'Status',
field: 'f4',
filterType: 'text' ,
filterable: {
filterField : {
valueField   : 'refId',
displayField : 'display',
                type  : 'combo',
                multiSelect  : true,
                items        : [{ 
            refId : 0, 
            display : '' 
        }, { 
            refId : 2234144, 
            display : 'Assigned' 
        }, { 
            refId : 12164753, 
            display : 'CAB Approved' 
        }, { 
            refId : 2234149, 
            display : 'Cancelled' 
        }, { 
            refId : 2234148, 
            display : 'Closed' 
        }, { 
            refId : 2234145, 
            display : 'In Process' 
        }, { 
            refId : 2234146, 
            display : 'On Hold' 
        }, { 
            refId : 2234143, 
            display : 'Open' 
        }, { 
            refId : 12164748, 
            display : 'Pending CAB' 
        }, { 
            refId : 2234147, 
            display : 'Resolved' 
        }] 
            }         }

Post by mats »

Confirmed, thanks for reporting: https://github.com/bryntum/support/issues/2354


Post Reply