v0.5.3
This release contains the following:
- Ensure that prerender is called after loadData from promise #563
- Correct
reloadData
that triggers the disappearance of the pagination #549- In order to correct this issue, a
<div class="dt-loading">
has been added that wraps the loading message (fromDTLoadingTemplate
. The default loading message is now:
- In order to correct this issue, a
<div class="dt-loading">
<h3>Loading...</h3>
</div>
The <h3>Loading...</3>
is still customizable. See the documentation.