Browse Source

Merge branch 'develop' into feature/multiselect-filtercontrol

Dennis Hernández 4 years ago
parent
commit
9592a2260b
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 %}
     {
     {