Browse Source

Update events.md

Will McNaughton 11 years ago
parent
commit
ee6cef5728
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/_i18n/en/documentation/events.md

+ 5 - 0
docs/_i18n/en/documentation/events.md

@@ -130,5 +130,10 @@
         <td>none</td>
         <td>Fires after the table body is rendered and available in the DOM</td>
     </tr>
+    <tr>
+       <td>onPostHeader</td>
+       <td>post-header.bs.table</td>
+       <td>none</td>
+       <td>Fires after the table header is rendered and availble in the DOM</td>
     </tbody>
 </table>