Christian

Results 18 comments of Christian

Best I can do is now added, Flutter and scrolling is "special". You can set the `showHorizontalScrollbarAlways` to true to at least request it to be visible all time. Works...

That's a nice IDEA, I will look into this. Of course, pull requests are welcome to add this in.

Had a look into the code, this would require to change the default data table to a custom implementation. It is doable but will require a bit more work. As...

You can do empty rows right now, just return an empty row from the data source. For the others, it looks like best would be to internally use datatable2. That...

Hi @Dan-Crane thanks for reporting I guess you run into #35 , there are some special cases for input handling on different platforms. We will handle this more gracefully, there...

No worries, we are currently working on adding further default traits/system to backbone, if you checkout the "Dash Tennis" project you can see that it has traits & systems for...

@skyne98 Please have a look at this, the current combination of Flutter & Flame events are quite hard to understnad (at least for me) you wrote the system and I...

Disclaimer: I'm not good at reading Erlang and this is the first time I looked into the CouchDB code. I did run my checks with the help of Copilot to...