createEditButtonHTML {editbl}R Documentation

Generate HTML for an in-row edit button

Description

Generate HTML for an in-row edit button

Usage

createEditButtonHTML(ns, suffix, disabled = FALSE)

Arguments

ns

character(1) namespace

suffix

character(1) id of the row

disabled

logical(1) wether or not the button has to be disabled

Value

character(1) HTML


[Package editbl version 1.3.0 Index]