Shlomi Assaf

Results 137 comments of Shlomi Assaf

I managed to implement virtual scroll with the table, working pretty amazing out of the box with both fixed and auto strategies. I used the original `CdkVirtualScrollViewport` component and provided...

@IlCallo It would be difficult to share it right now, I need to clean some IP stuff from there. The virtual scroll is also a part of a table component...

I managed to upload a small demo app I have for the table.... https://shlomiassaf.github.io/table-demo Look at the "Demo" link on the left, it shows a large list with a virtual...

OK, also managed to implement Drag and Drop using `CdkDrag` and my own version of `CdkDropList`. See demo: https://shlomiassaf.github.io/table-demo It does both **column** and **row** d&d. There is no "real"...

@nahgrin Nice work! The problem is in the header/footer rows, you need to take them into account when you calculate the range from the data source. For example, if I...

@nahgrin For sticky you just need to compensate for the transformation done on `cdk-virtual-scroll-content-wrapper`. For header rows, you just add the CSS property `top` with the **negative** value of the...

@nahgrin I have to say that i'm still quite confused. I believe that there are 2 rendering "engines" running. 1) The `CdkTable` 2) The `CdkVirtualFor` ```html ``` In this section...

You won't see it in this table... If you have a huge one, with a lot of columns and rich content it might appear, anyway it wasn't supposed to be...

Guys, extracting the code is a pain! sorry! I can't commit to a timeframe here, it's just a hell lot of work. @mmalerba @andrewseguin It seems that sticky positioning with...

Happens to me as well OSX with latest nuget If `principal` is set to `null` it will exit with **CODE 139** in with or without a debug session. If `principal`...