bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

CellTooltip doesn't work in Angular #10011

Open taauntik opened 2 weeks ago

taauntik commented 2 weeks ago

Forum post

Reproducible here https://bryntum.com/products/schedulerpro/examples-scheduler/frameworks/angular/filtering/dist/filtering/

  1. enable cellTooltipFeature
  2. add this to any column
            tooltipRenderer() {
                console.log('console.log');
                return 'Hello';
            },
  3. Try hovering over to that column's cell and you'll see no tooltip