Matt Hicks
Matt Hicks
I do want to change the naming conventions here, but we need to have a deeper discussion on this to figure out the right way to accomplish it.
What do you think about pushing this to 2.0? The whole framework will be changing pretty dramatically and this is already in the prototype I started mocking up for 2.0.
Moved to 1.3 as there's no clear way to solve this in the current state of Macro support.
So, there's currently no way in AsyncPaginatedDataTable2 to refresh the page and have any checkboxes be selected?
I can cheat and add: ```dart Timer(Duration(milliseconds: 100), () { setRowSelection(ValueKey(id), true); }); ``` Right before I return the AsyncRowsResponse on getRows the first time, but that's extremely hacky.
Can you clarify which log formatting you are using?
Also, are you logging on JVM, JS, or Native?
It should be, but the implementations are different.
Correct me if I'm wrong here, but the problem isn't Perfolation; it's that I'm hard-coding `Z` on the end of the formatted stamp when it's local time. Would it be...
my proposed solution is just to replace "Z" in `FormatBlock:74` to be `${l.t.Z}`