coffeescript-ui
Version:
Coffeescript User Interface System
25 lines (19 loc) • 1.11 kB
Markdown
```div-parameter
## Parameter DataTable
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| fields | <dt><Array><dt>function() | - | yes | Lorem |
| new_rows | <dt><String> = "edit" | "append" | "remove_only" | "none" | edit | no | <dt>edit<dd><dt>append<dd><dt>remove_only<dd><dt>none<dd> |
| no_header | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| rowMove | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| maximize_horizontal | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| maximize_vertical | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| footer_right | <dt>isContent | - | no | |
## Callbacks DataTable
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onRowRemove | <dt>function() | - | no | Lorem |
| onNodeAdd | <dt>function() | - | no | Lorem |
| maximize | <dt>function() | - | no | Lorem |
```
@@include(../datafieldinput/datafieldinput_p.md)