Skip to content

feat: CnDataMatrix / CnSpreadsheetGrid — inline-edit grid for matrix data #293

Description

@rubenvdlinde

What's missing

No spreadsheet-style grid widget. Apps with matrix-shaped data (gradebooks, attendance, planning) need bespoke code.

Consumers waiting

  • scholiq: GradebookView (cohort × plan matrix with inline edit, weighted aggregation)
  • scholiq: MarkAttendanceView (student × session matrix)
  • (future: pipelinq capacity-planning, procest workload allocation)

Sketch

<CnDataMatrix
  :rows="students"
  :cols="sessions"
  :get-cell="(row, col) => ..."
  :set-cell="(row, col, val) => ..."
  :sticky-headers="true"
  :inline-edit="true" />

Effort

LARGE — virtual scrolling, sticky headers, inline-edit with type-aware widgets, paste support.

Cross-reference

ConductionNL/learniq#131.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions