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
637 stars 291 forks source link

[Help] #918

Closed ThiruDev50 closed 10 months ago

ThiruDev50 commented 10 months ago

Column in Filter box is coming as empty, However the functionality works. I suspect some styles prblm

image

here is my configuration, configuration: PlutoGridConfiguration( columnSize: PlutoGridColumnSizeConfig( autoSizeMode: widget.autoSizeMode), enterKeyAction: PlutoGridEnterKeyAction.editingAndMoveDown, style: PlutoGridStyleConfig( cellTextStyle: TextStyle( fontSize: Dim.calDim(winWidth, winHeight, 16), color: Colors.black, fontWeight: FontWeight.bold // Set the desired text color ), activatedColor: const Color.fromARGB(255, 191, 190, 190))),