Rody Davis
Rody Davis
Nice fix! On Tue, Dec 29, 2020 at 10:51 PM borjitisss wrote: > Hello, > I find a way to solve in flutter web. > > If you add: >...
Thanks! I'll make sure to review the PR 👍🏼
This is up to the website and on the web will require the correct headers. Could you give an example of what you are trying to do?
That is because you have a WillPopScope wrapping it
You need to wrap with webview with a RepaintBoundary then
Also an issue with HTML elements in flutter right now
There should be an example of this in the repo, it is using the onSort property of the column.
Hmm this is interesting. You could build the data column with a column widget with a search field, and have the callback in a search field update the data table...
Could you open a PR?
Can you share an example?