pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

Select first row automatically

Open iamkunalpitale opened this issue 3 years ago • 2 comments

How to select first row automatically with activate color? Any idea

iamkunalpitale avatar Sep 14 '21 07:09 iamkunalpitale

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.

bosskmk avatar Sep 15 '21 04:09 bosskmk

when i use this method its automatically getting tap and move to other screen i only wish that first selected with active color

iamkunalpitale avatar Sep 16 '21 15:09 iamkunalpitale

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

github-actions[bot] avatar Nov 09 '22 11:11 github-actions[bot]

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

github-actions[bot] avatar Nov 24 '22 11:11 github-actions[bot]