Giter Club home page Giter Club logo

Comments (10)

bosskmk avatar bosskmk commented on July 21, 2024

There is no masking during input in TextField.
Only when displayed can the numeric value be expressed as desired.
Someone can add it, or I have to add it, but it's difficult right now. There is a lot to improve the current grid in and out, but time is short.
I will try.

from pluto_grid.

BangPei avatar BangPei commented on July 21, 2024

ok noted, thank you so much for your response.

from pluto_grid.

BangPei avatar BangPei commented on July 21, 2024

Hi, there are 2 parameter inside PlutoCell({dynamic value, dynamic originalValue}),
may i know what is originalValue purpose? and how to use it? coz i tried set some value or widget in originalValue it's look like not printed.

from pluto_grid.

bosskmk avatar bosskmk commented on July 21, 2024

Used in date popup.
Currently there is a formatter on the column so it can be deleted.

from pluto_grid.

BangPei avatar BangPei commented on July 21, 2024

ok noted, thanks for your response.

i have some function to handle my Shortcut keyboard, when the focus is in other widget there is no problem and working fine, but when the focus is in table (PlutoGrid) my function doesn't work even i have wrapped PlutoGrid with FocusScope().

so far the library very helpful and nice.

from pluto_grid.

bosskmk avatar bosskmk commented on July 21, 2024

Currently PlutoGrid is supposed to return true from FocusNode's onKey handler.
This causes event propagation to stop unconditionally.

If I modify it, conditionally return false if it is not the key used by PlutoGrid to continue propagating the event.

Or maybe I should be able to add or edit keyboard events in the grid.

from pluto_grid.

BangPei avatar BangPei commented on July 21, 2024

ok thank you so much

from pluto_grid.

NiranjanShah avatar NiranjanShah commented on July 21, 2024

If I modify it, conditionally return false if it is not the key used by PlutoGrid to continue propagating the event.

Ideally it must return false in case, if the key is not used by PlutoGrid.
Also it will be gr8, if you can let us know what all the keys used by PlutoGrid

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.