Manki Kim

Results 272 comments of Manki Kim

### Answer Question 3 - Hide the entire column area There is no function to hide the column area. > The version to be updated is being improved so that...

### Answer Question 4 - Change row height You can change the row height with `PlutoGridConfiguration(rowHeight: 40)` , but you cannot change the height of each row. Multiple lines of...

### Answer Question 5 - Is there a way to hide the menu icon for the one specific column? Yes it is possible ```dart PlutoColumn( title: 'column2', field: 'column2', type:...

### Answer Question 6 - How to set the entire background color of column titles at once. Each column must be set. It would be nice to add it so...

@techttiru > Where should i call this _Footer class? Just pass it to createFooter. ```dart createFooter: (stateManager) { stateManager.footerHeight = 45; return _Footer( stateManager: stateManager, ); }, ```

### Answer Question 7 - What does mean rowRef? This is the reference value of rows . rows returns a list with a spread operator. `refRows` immediately returns the referenced...

### Answer Question 8 - Need for detailed documentation Of course I agree with your opinion. Writing documents in English is difficult. Even if I use a translator. If I...

@techttiru Last question next... I'm having a hard time right now. 😴

### Answer Question 9 - Custom enter key behavior. Please refer to the example below. ```dart class EmptyScreen extends StatefulWidget { static const routeName = 'empty'; const EmptyScreen({Key? key}) :...

It is difficult to identify this problem without code that can reproduce the error. Below is version 4.1 under development. Can you please check if the same problem occurs in...