Manki Kim
Manki Kim
@stoneLee81 Does the problem occur when running in web html rendering mode after changing to flutter channel master ? Not 3.4.0-17.2.pre version It's 3.4.0-28.0.pre.122
You can add it by implementing the `createFooter` callback. Implement the `createFooter` callback when creating a `PlutoGrid`.
@MajedDH You are very nice. Your work should start in the Develop branch.
It used to happen on the web. https://docs.flutter.dev/development/platform-integration/web/renderers There are 2 web rendering modes, does it happen in both? It seems to be a Flutter issue, but I'm not sure.
There is a problem with the ellipsis in the multibyte representation. This seems to be a problem with flutter, not just with PlutoGrid.
https://github.com/flutter/flutter/issues/90135
solution https://github.com/flutter/flutter/issues/90135#issuecomment-984916656
Do you know if there is an example of that function in another DataGrid ? I'd appreciate it if you could let me know what to look for.
https://weblaze.dev/pluto_grid/build/web/#feature/dual-mode The example in the link above works as follows. Receive an event when the current row of the left A grid among the two grids changes. When an event...
@Sindyue PlutoGrid 's constructor has an onRowDoubleTap callback. In the case of a single tap, if you set the mode of PlutoGrid to select, you can get the desired result...