Open kkseven07 opened 5 years ago
Also, why there's delay on 0.1-0.3sec when I expand the node of the TreeGrid? The data is not that big(14 nodes, with 1-2 inside each)
Hi @kkseven07. It's a 200ms delay before expanding the row to handle double click which should expand it deeply. You can configure delay amount with doubleClickDelay
input on nbTreeGridRow
.
Regarding styling. Theme setup looks fine. Do you have nb-theme-default
class on body element? Make sure you use nb-layout
in the app component.
Hi @yggg, I have the same problem, I have imported nb-layout and the theme setup looks fine (every other component in the application is working), but style does not apply to the TreeGrid. Any hint?
I've done everything according to the guide, but styles are not applied. Angular 7, @nebular/theme 3.4.2 Imported
angular.json
Tree grid: