pluto_grid
pluto_grid copied to clipboard
Select first row automatically
How to select first row automatically with activate color? Any idea
PlutoGrid provides various methods on PlutoStateManager .
https://github.com/bosskmk/pluto_grid/wiki/pluto-state-manager-for-english
var grid = PlutoGrid(
columns: columns,
rows: rows,
onLoaded: (PlutoGridOnLoadedEvent event) {
stateManager = event.stateManager;
stateManager.setCurrentCell(stateManager.firstCell, 0);
},
);
As above, you can select the first cell.
when i use this method its automatically getting tap and move to other screen i only wish that first selected with active color
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.