Saldo Berechnung angegfangen
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
num_inp <- function(id, betrag, ro = FALSE){
|
||||
autonumericInput(
|
||||
inputId = id,
|
||||
label = NULL,
|
||||
width = "100%",
|
||||
value = betrag,
|
||||
currencySymbol = "",
|
||||
currencySymbolPlacement = "s",
|
||||
align = "right",
|
||||
readOnly = ro,
|
||||
style = "height: 15px !important; padding: 1px 1px;"
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user