Manki Kim

Results 272 comments of Manki Kim

@Macacoazul01 Thanks for the code contribution. I'll check this out and make sure it's released in the next version.

@Macacoazul01 Deployed on PlutoGrid 5.1.2. https://weblaze.dev/pluto_grid/build/web/#feature/currency-type-column thank you

Thanks for your comments. I will refer to it for the next version development.

In version 2.4.0, debounce was added when entering text in the filter. You can pass columnFilterConfig to configuration when creating grid. https://github.com/bosskmk/pluto_grid/blob/master/lib/src/pluto_grid_configuration.dart#L68 You can also set the debounceMilliseconds value in...

Here is some sample code. This will give you the answer you are looking for. ```dart import 'package:flutter/material.dart'; import 'package:pluto_grid/pluto_grid.dart'; import '../../dummy_data/development.dart'; import '../../widget/pluto_example_button.dart'; import '../../widget/pluto_example_screen.dart'; class ColumnFilteringScreen extends StatefulWidget...

It looks good to have gql_websocket_link's rxdart updated to 0.27.

May I know your flutter version and PlutoGrid version? Which action is causing the error?

Is the problem that you can't freeze left or right when the width is narrow?

It's an issue with flutter 2.5. The revised version will be updated soon. It's in the develop branch.

Currently, the height of the column is fixed. It needs work to be able to change it. I will try to make it up to the next version.