pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

When grouping, the values ​​in the cells disappear

Open FedorPRG opened this issue 2 years ago • 3 comments

Steps to reproduce the bug

  1. changed the date type column format to MM/dd/yyyy
  2. I click grouping in the menu and the values ​​in the cells disappear

Expected results

When grouping, the value must remain in the cell

Actual results

When grouping, the values ​​in the cells disappear

Code sample

  PlutoColumn(
    filterPadding: EdgeInsets.zero,
    titleSpan: TextSpan(
        text: 'Date',
        style: TextStyle(
          color: Colors.black,
          fontSize: 16,
          fontWeight: FontWeight.w400,
        )),
    width: 150,
    title: 'Date',
    field: 'data',
    type: PlutoColumnType.date(format: 'MM/dd/yyyy'),
  ),

Execution Environment

Flutter version Flutter version is 3.16.4

PlutoGrid version PlutoGrid version is 7.0.2

OS Ubuntu 22.04.3 LTS 2024-01-11_10-20 2024-01-11_10-21

FedorPRG avatar Jan 11 '24 00:01 FedorPRG

I took the example of the date type column and added grouping. When grouping columns with a non-standard date format, the values ​​in the cells disappear 2024-01-11_11-04 2024-01-11_11-05

FedorPRG avatar Jan 11 '24 01:01 FedorPRG

I also ran into the same issue.

dorklein avatar Jan 24 '24 08:01 dorklein

issue solved image

FedorPRG avatar Jan 25 '24 03:01 FedorPRG

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Feb 25 '24 11:02 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Mar 11 '24 11:03 github-actions[bot]