Server function of editableDT Shiny module
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
| input | input | 
| output | output | 
| session | session | 
| data | A reactive data object | 
| length | numeric desired length of string | 
| cols | numeric Initial columns to display | 
| status | character. dropdownButton status. One of c("default","info","primary","danger","warning","success") | 
| showButtons | logical | 
| enableSave | logical | 
| editable | logical | 
| formatList | Null or list. Format list to be passed to formatStyle | 
| ... | Further arguments to be passed to datatable() | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.