Browse Source

Update API Docs: point out suppression of footerField explicitly (#5625)

Co-authored-by: Dennis Hernández <dennishernandezvargas@gmail.com>
David Zhuang 4 years ago
parent
commit
021768e6b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      site/docs/api/table-options.md

+ 2 - 0
site/docs/api/table-options.md

@@ -538,6 +538,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 
   Defines the key of the footer Object (From data array or server response json).
   Defines the key of the footer Object (From data array or server response json).
   The footer Object can be used to set/define footer colspans and/or the value of the footer.
   The footer Object can be used to set/define footer colspans and/or the value of the footer.
+  Only triggered when `data-pagination` is `true` and `data-side-pagination` is `server`.
+
 
 
   {% highlight javascript %}
   {% highlight javascript %}
     {
     {