When using live fields in tables we use the option type "L", L stands for Live, this will allow us to show the inputs on the table and saved them auotmatically after being modified.
Whern creating the section make sure to add the option type L
$Blog->setOption("VIEW ARTICLES,VER ARTICULOS,VOIR ARTICLES","aside","4","VPSLB",true);
The option type L will make the $options['live'] variable = true and will let us use the following variables in our table view
//declared in header when option type L exists //$options['live'] = true
There are many type of live inputs:
- text
- textarea
- select
- calendar
- time
- colorpicker
- switch
See how to use each live input in the Table View Documentation