Skip to content

The constructor of p5.Table doesn't handle the optional parameter rows #7002

@IronBlood

Description

@IronBlood

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

No response

Web browser and version

No response

Operating system

No response

Steps to reproduce this

The code snippet is below, this feature/bug seems like introduced 10 years ago from 08f8569

p5.Table = class {
  constructor(rows) {
    this.columns = [];
    this.rows = [];
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions