bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
664 stars 305 forks source link

[Bug] Deefault Value in Numeric cells not working #867

Closed Luvti closed 1 year ago

Luvti commented 1 year ago

Steps to reproduce the bug

PlutoColumnType.number(defaultValue: 1000),

Expected results

1000

Actual results

0

Code sample

PlutoColumnType.number(defaultValue: 1000),

Execution Environment

Flutter version Flutter version is 3.10.5

PlutoGrid version PlutoGrid version is 7.0.2

OS MacOS

Luvti commented 1 year ago

fixed in https://github.com/bosskmk/pluto_grid/pull/866/commits/485bf5db96ae442b038d65ff3b0e3565501dcaaa

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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