Ta-LT

Results 4 comments of Ta-LT

Enter 50 a and a few b like so" ![image](https://user-images.githubusercontent.com/24225686/78871880-f8fab480-7a7a-11ea-97d7-37d62309bd1c.png) then select the first colum and set the filter like so: ![image](https://user-images.githubusercontent.com/24225686/78872002-28112600-7a7b-11ea-903c-f9ef3702db86.png) then click OK and it's all gone ![image](https://user-images.githubusercontent.com/24225686/78872047-3b23f600-7a7b-11ea-9315-8395547e5d2e.png)...

And are you sure this is going to work? ![image](https://user-images.githubusercontent.com/24225686/78872499-f51b6200-7a7b-11ea-80ce-b617b5bfce04.png) If the exceptRowTotalHeight is bigger than the canvas' height, not a single row is ever gonna show.

And all the t && t.text ? t.text : ""; needs to be changed to t && t.text != null ? t.text : ""; otherwise all 0s bind by code...