PlutoGrid Next Version Work Sharing. 5.2.0
- [ ] Documentation The documentation was on the Wiki of this repository, but it was rarely updated. Future documents will be updated at the link below. https://pluto.weblaze.dev/
- [ ] Customize keyboard shortcuts I will update the default keyboard shortcuts to be able to change. Also, let's check the operation of the keypad. (Before, it was not applied because it was unknown whether the NumLock key on the keypad was activated.) https://github.com/bosskmk/pluto_grid/pull/490
- [ ] AutoComplete I am going to add AutoComplete to column filter or select popup. It was planned to be added in the previous version, but it was not added because things to consider when adding this function have not been confirmed. AutoComplete behavior is very slow if there is a lot of data, especially if there are many columns. Therefore, it seems that it should be possible to enable fast search by applying indexing to data by selectively using local storage such as sqlite.
- [ ] bool suppressAutoSize https://github.com/bosskmk/pluto_grid/issues/519
- [ ] Mobile enter key action https://github.com/bosskmk/pluto_grid/discussions/566#discussioncomment-3541235
- [x] Currency type column https://github.com/bosskmk/pluto_grid/pull/578
- [ ] The horizontal line is disappeared when web render is html https://github.com/bosskmk/pluto_grid/issues/529 https://github.com/flutter/flutter/issues/111750
- [ ] PlutoGridExport - column group https://github.com/bosskmk/pluto_grid/issues/559
- [ ] Infinite scroll https://github.com/bosskmk/pluto_grid/issues/579#issuecomment-1244657091
- [ ] Tooltip for cell https://github.com/bosskmk/pluto_grid/issues/552
- [ ] Row group. (Development is almost complete.) https://github.com/bosskmk/pluto_grid/issues/551 https://github.com/bosskmk/pluto_grid/issues/502 https://github.com/bosskmk/pluto_grid/issues/474 https://github.com/bosskmk/pluto_grid/issues/237
I am developing a row group function. I'm working on it to be released in the next version.
https://user-images.githubusercontent.com/5284141/190935155-62b095c7-d0b2-4b64-bedc-cae219e17171.mp4
@bosskmk any chances of https://github.com/bosskmk/pluto_grid/pull/578 being released before 5.2?
@Macacoazul01 It will be released together with version 5.2. The release date is expected to be as short as a few weeks or as long as a month.
Deployed on PlutoGrid 5.1.2. (https://github.com/bosskmk/pluto_grid/pull/578)
https://weblaze.dev/pluto_grid/build/web/#feature/currency-type-column
thank you