--- layout: docs title: Table Editable description: Table Editable extension of Bootstrap Table. group: extensions toc: true --- Use Plugin: [x-editable](https://github.com/vitalets/x-editable) ## Usage {% highlight html %} {% endhighlight %} ## Options ### editable - **Attribute:** `data-editable` - **type:** `Boolean` - **Detail:** Set false to disabled editable of all columns. - **Default:** `true` ## Column options ### alwaysUseFormatter - **Attribute:** `data-always-use-formatter` - **type:** `Boolean` - **Detail:** Set `true` to use always the formatter, even if the column was already edited. - **Default:** `false` ### editable - **Attribute:** `data-editable` - **type:** `Object | Function` - **Detail:** Configuration of x-editable. Full list of options: [http://vitalets.github.io/x-editable/docs.html#editable](http://vitalets.github.io/x-editable/docs.html#editable). If it is the type of Function, it is called with params: index, row, element for each row of the table. It should return the Object of the x-editable configuration. All options can be defined via `data-editable-*` HTML attributes. Table-wide options are used for every column but can be overridden: {% highlight html %}
| # | Name | Description |
|---|