You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| class | string / null | null | The column class name. |
246
-
| formatter | string / null | null | JavaScript function name for formatter. (see [formatter](https://bootstrap-table.com/docs/api/column-options/#formatter)) |
247
-
| footerFormatter | string / null | null | JavaScript function name for footer formatter. |
248
-
| searchable | bool | true | enable / disable filtering for this column |
249
-
| sortable | bool | true | enable / disable sortable for this column |
250
-
| switchable | bool | true | enable / disable interactive hide and show of column. |
251
-
| visible | bool | true | show / hide column |
252
-
| emptyData | string | "" | default value if attribute from entity is null |
| class | string / null | null | The column class name. |
246
+
| formatter | string / null | null | JavaScript function name for formatter. (see [formatter](https://bootstrap-table.com/docs/api/column-options/#formatter)) |
247
+
| footerFormatter | string / null | null | JavaScript function name for footer formatter. |
248
+
| searchable | bool | true | enable / disable filtering for this column |
249
+
| sortable | bool | true | enable / disable sortable for this column |
250
+
| switchable | bool | true | enable / disable interactive hide and show of column. |
251
+
| visible | bool | true | show / hide column |
252
+
| emptyData | string | "" | default value if attribute from entity is null |
0 commit comments