Our blazing fast Grid component built with pure JavaScript


Post by Animal »

fcoca wrote: Wed Jan 12, 2022 9:25 am

It is working, thanks.

Is there any documentation about all the dataset properties available?

Can we assume that btip is not going to change in the future?

Thanks and regards
Javi

The btip properties are basically configs to reconfigure the shared Tooltip instance. They use hyphenated notation.

So you could add

dataset : {
    btip-hover-delay : 1000
}

To make it wait 1 second to show after mouseenter instead of its default of 500ms.


Post Reply