|
|
@@ -81,13 +81,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
<td>data-icons</td>
|
|
|
<td>Object</td>
|
|
|
<td>{<br/>
|
|
|
- <b>paginationSwitchDown:</b> 'glyphicon-collapse-down icon-chevron-down',<br/>
|
|
|
- <b>paginationSwitchUp:</b> 'glyphicon-collapse-up icon-chevron-up',<br/>
|
|
|
- <b>refresh:</b> 'glyphicon-refresh icon-refresh',<br/>
|
|
|
- <b>toggle:</b> 'glyphicon-list-alt icon-list-alt',<br/>
|
|
|
- <b>columns:</b> 'glyphicon-th icon-th',<br/>
|
|
|
- <b>detailOpen:</b> 'glyphicon-plus icon-plus',<br/>
|
|
|
- <b>detailClose:</b> 'glyphicon-minus icon-minus'<br/>
|
|
|
+ <i>paginationSwitchDown:</i> 'glyphicon-collapse-down icon-chevron-down',<br/>
|
|
|
+ <i>paginationSwitchUp:</i> 'glyphicon-collapse-up icon-chevron-up',<br/>
|
|
|
+ <i>refresh:</i> 'glyphicon-refresh icon-refresh',<br/>
|
|
|
+ <i>toggle:</i> 'glyphicon-list-alt icon-list-alt',<br/>
|
|
|
+ <i>columns:</i> 'glyphicon-th icon-th',<br/>
|
|
|
+ <i>detailOpen:</i> 'glyphicon-plus icon-plus',<br/>
|
|
|
+ <i>detailClose:</i> 'glyphicon-minus icon-minus'<br/>
|
|
|
}
|
|
|
</td>
|
|
|
<td>Defines icons that used for refresh, toggle and columns buttons</td>
|