Manki Kim

Results 272 comments of Manki Kim

@henry2man There is currently no function to change the height of individual rows. The function should be developed.

@kalismeras61 This feature has not been added yet. I'll consider adding. thank you

@guopeng1994 I try to add as many features requested by users as possible. I devoted a lot of time to this over two years. Feature development, documentation, answers to issues,...

Here are some examples. ```dart import 'package:flutter/material.dart'; import 'package:pluto_grid/pluto_grid.dart'; import '../../dummy_data/development.dart'; class EmptyScreen extends StatefulWidget { static const routeName = 'empty'; @override _EmptyScreenState createState() => _EmptyScreenState(); } class _EmptyScreenState extends...

Add function. Dynamic grid height to fit row height

Hello. When I checked, the scroll bar appears. What about the flutter and PlutoGrid versions? Note that the scrollbar does not appear horizontally and vertically at the same time. And...

Yep I'm glad if the problem was resolved. Grid has PlutoGridConfiguration.dart to change color in dark mode. However, the theme must be put at the application level as in the...

This is a good feature suggestion.

I tried to add a function to operate the numpad keys. Currently flutter can't check the active state of the capslock key, so I'm not adding it yet. Key actions...

Well done. I will document the filter related things.