Giter Club home page Giter Club logo

Comments (8)

bosskmk avatar bosskmk commented on July 21, 2024

You can fix this by adding a button in the app to toggle the selection state.

FlatButton(
  onPressed: () {
    _stateManager.setKeyPressed(grid.PlutoKeyPressed(
      shift: !_stateManager.keyPressed.shift,
    ));
  },
  child: Text('Toggle Selection.'),
),
  1. Add a selection toggle button outside the grid.
  2. Tap the selection toggle button to change to the selected state.
  3. Select a cell.

from pluto_grid.

fluk053 avatar fluk053 commented on July 21, 2024

thank i can fix it and i have 1 qus.
How can I not click cell in 1 column in left side?
Inked97255696-c613e480-1843-11eb-9a13-216212b265b0_LI

from pluto_grid.

bosskmk avatar bosskmk commented on July 21, 2024

I don't understand your question well.
Do you want to prevent clicking on the cells in the first column?

from pluto_grid.

fluk053 avatar fluk053 commented on July 21, 2024

I want to do cell TPS in Blue circle to cell title(first row) I want to make it a box that cannot be pressed.

from pluto_grid.

fluk053 avatar fluk053 commented on July 21, 2024

You can fix this by adding a button in the app to toggle the selection state.

FlatButton(
  onPressed: () {
    _stateManager.setKeyPressed(grid.PlutoKeyPressed(
      shift: !_stateManager.keyPressed.shift,
    ));
  },
  child: Text('Toggle Selection.'),
),
  1. Add a selection toggle button outside the grid.
  2. Tap the selection toggle button to change to the selected state.
  3. Select a cell.

You Have to code to fix Click drag select cell?

from pluto_grid.

bosskmk avatar bosskmk commented on July 21, 2024

Yes. It is difficult.
The Zoom widget changes the size of the widgets (Cell, Row, etc...) of the Grid.
I have to adjust these according to the zoom ratio, but it doesn't seem easy.

If the button is uncomfortable, I would recommend adding another action to make the button function.

from pluto_grid.

github-actions avatar github-actions commented on July 21, 2024

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

from pluto_grid.

github-actions avatar github-actions commented on July 21, 2024

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

from pluto_grid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.