Skip to contents

A shiny module that displays the name of the score that the user is editing

Usage

editing_ui(id)

editing_server(id, editing, scores)

Arguments

id

The namespace of the module.

editing

The row number of the row currently being edited.

scores

The table of scores.

Value

The server alerts its parent when the user indicates that they want to stop editing.