Maxim Saplin

Results 120 comments of Maxim Saplin

Apparently the file you provided is not JSON (but rather some piece of JS) and can not work in principle, no matter the structure which is supported by the app.

Changing that field is not a problem, though I'm not sure of side effects of such a change, that would require thorough testing. If you can submit a PR, add...

Can you provide the sample repo (git link, zip) with the bug reproducible?

Please explain in detail what you do - exmples from the /example folder run just fine on my end

What is on top of Column? I suspect there's a scrollable, if that's the case - DataTable2 won't work inside the scrollable. That's the whole point of the widget, it...

And remove Column, it also might have infinite height

You can try PaginatedDataTable2 which has paginator implemented

You can check the AsyncPaginatedDataTable2 and /examples folder - can be what you're looking for. Async data source is there just for the scenarious like you have

There's no such feature (swiping row left or right and displaying action buttons at the area being exposed when row is shifted). Keeping the issue open as possible future enhancement.

DataRows2 can only have individual widths define. Auto width based on cell contents (determining column width based on the largest cell) data row width will require a separate pass measuring...