Denis Hilt

Results 77 comments of Denis Hilt

@mohammed534 please open another issue, post your code and I will take a look

@Kim-Andersen ngx-ui-scroll v1.0.0 is [almost ](https://github.com/dhilt/ngx-ui-scroll/pull/67) here, so I guess table-layout feature can be started soon after this release.

Sorry guys! Not so much time I have for now. Table templating is definitely possible, but it's implementation is not obvious. I had some progress but I stubbed with one...

@markdBC That seems work, I tried it on ngx-ui-scroll locally and can confirm that we are ready to take another step towards supporting table-based layout. Maybe you want to make...

@markdBC amazing!.. I asked you to look at the initialization issue in the [new PR comment](https://github.com/dhilt/ngx-ui-scroll/pull/146#discussion_r384795672), if you have time.

@kupri94 Nope, all my efforts are aimed at the Chat App case finalization. Understanding the importance of this feature, I still can't predict when it will be taken into the...

@gaoyajiang No example because this is not done yet. Though [considerable efforts](https://github.com/dhilt/ngx-ui-scroll/pull/146) have been made. This is a long-term issue requiring a lot of resources that I don't have for...

I see, you want some stub rows to be inserted into the view before the Datasource.get call. This feature definitely could be implemented, and I've already thought about it. There...

@avmaxim Unfortunately I had no time for this... One thing just came to my mind, you may try the following workaround: ```css div[data-padding-backward], div[data-padding-forward] { background-image: url("scr-row.png"); background-repeat: repeat-y; }...

@avmaxim Well, I believe this is not a good game, but the 1 problem could be solved via manipulating styles in runtime. The approach can be improved and adapted to...