Walkframe docAboutAbout
GitHubGitHub (opens in a new tab)
  • Introduction
  • covertable
    • Advanced
    • Development
    • History
    • Index
    • Examples
      • Pict Constraints
  • d2a
    • Config
    • Index
    • features
      • Autoload
      • Codegen
      • Shortcut
    • history
      • 0.x
      • 1.x
      • 2.x
      • 3.x
      • Index
  • gridsheet
    • History
    • React
    • Examples
      • React Case1
      • React Case2
      • React Case3
      • React Case4
      • React Case5
  • react-ipynb-renderer
    • History
    • Index
    • Migration
    • Options
    • Theme
    • Examples
      • Chesterish
      • Dark
      • Darkbronco
      • Default
      • Dorkula
      • Grade3
      • Gruvboxd
      • Gruvboxl
      • Monokai
      • Oceans16
      • Solarizedd
      • Solarizedl
  • Introduction
  • About
  • covertable
    • Advanced
    • Development
    • History
    • Index
    • Examples
      • Pict Constraints
  • d2a
    • Config
    • Index
    • features
      • Autoload
      • Codegen
      • Shortcut
    • history
      • 0.x
      • 1.x
      • 2.x
      • 3.x
      • Index
  • gridsheet
    • History
    • React
    • Examples
      • React Case1
      • React Case2
      • React Case3
        • Event handling
        • Source code
      • React Case4
      • React Case5
  • react-ipynb-renderer
    • History
    • Index
    • Migration
    • Options
    • Theme
    • Examples
      • Chesterish
      • Dark
      • Darkbronco
      • Default
      • Dorkula
      • Grade3
      • Gruvboxd
      • Gruvboxl
      • Monokai
      • Oceans16
      • Solarizedd
      • Solarizedl
  • Contact ↗ (opens in a new tab)

On This Page

  • Event handling
  • Source code
Question? Give us feedback → (opens in a new tab)Edit this page
gridsheet
Examples
React Case3

Event handling

Sloppy data

TSV: (Ctrl+s to update)

Source code

Loading...
  • Custom parser:

    • ListParserMixin: parses a newline delimited string as a (string) list.
  • Feedback functions:

    • onSave: setTsv is set to render TSV.
    • onChange: console.log is set to show the changes.
      • See the console.
React Case2React Case4

Walkframe powered by Nextra