Daniel Gooß
Daniel Gooß
@argyleink I don't know if it helps and if you agree with how I wrote my tests, but you should be able to adapt the React tests to the original...
Seems I missed smth back then. Don't have a test env at hand right now, but adding a deferred `display: shouldShow ? '' : 'none'` should do the trick -...
Here is a concept how an implementation of the grouped column headers could look like (based on branch `v2.0-merge_master`): ## Current Behavior The structure of the header allows two rows:...
I'm not quite sure, what you mean by "[exposing] some of the cell rendering to a single column"? Pls don't get me wrong, the tree structure I showed above was...
For ungrouped cells above header: Is that possible now? Otherwise I'd suggest this another feature. I don't see where this approach would block something like that in the future? Did...
Hi there! I am currently working on a pull request for that trying to solve the following issues: * Topic of this issues: mixed ``/`` * Missing width calculation of...
Hey @wcjordan thanks for the hint! main focus was on getting the width calculation to work recursively today, flex stuff to come next. After preparing the size preconditions I'll dive...
Possible duplicate with #27
Any news on this issue? It occures when overwriting a variable more then one time: ``` css :root { --test: 300px; --bla: var(--test); } div { width: var(--test); } div.foo...
@BJvdA thank you for looking into this! We discovered the same and our assumption is that with the two types of predefined image blocks led to this focus API: -...