浏览代码

Update table-options.md

wilky27 10 年之前
父节点
当前提交
45cee8cdf6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/_i18n/en/documentation/table-options.md

+ 1 - 2
docs/_i18n/en/documentation/table-options.md

@@ -568,8 +568,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 		<pre>
 		function footerStyle(value, row, index) {
 		  return {
-		    classes: 'text-nowrap another-class',
-		    css: {"color": "blue", "font-size": "50px"}
+		    css: { "font-weight": "bold" }
 		  };
 		}
 		</pre>