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
653 stars 298 forks source link

How can i set fontWeight: FontWeight.bold in PlutoRow => PlutoCell ?[Help] #1082

Closed MrIyo closed 3 days ago

MrIyo commented 1 month ago

this code like this. but i want GRAND TOTAL is bold. how we make the column is bold ? rows.add(PlutoRow( cells: { 'column1': PlutoCell(value: 'GRAND TOTAL'), 'column2': PlutoCell(value: ''), 'column3': PlutoCell(value: ''), 'column4': PlutoCell(value: grandTotal.toString()), 'column5': PlutoCell(value: ''), 'column6': PlutoCell(value: ''), 'column7': PlutoCell(value: grandTotal.toString()), }, ));

MrIyo commented 1 month ago

i want row on Customer and row of Sub Total using fontweight.bold . but idk how to edit that, this my code and preview a b

github-actions[bot] commented 2 weeks ago

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

github-actions[bot] commented 3 days ago

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