Learn R Programming

editbl (version 1.3.0)

createDeleteButtonHTML: Generate HTML for an in-row delete button

Description

Generate HTML for an in-row delete button

Usage

createDeleteButtonHTML(ns = "%1$s", suffix = "%2$s", disabled = FALSE)

Value

character(1) HTML

Arguments

ns

character(1) namespace

suffix

character(1) id of the row

disabled

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