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.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help] Passing model after double click

italoramonlc opened this issue · comments

Data
image

I created a model and passed it, it worked, but what I wanted was to double click and get the index of the model that I loaded in the grid, passing it as a whole, without creating a new one and referencing it as I did.

image

if (event.row == null) {
  return;
}

DisponibilidadeModel model = DisponibilidadeModel(
  qD: event.row!.cells['qD']!.value,
);

The model is just declared and not assigned a value.

thanks

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.