This repository was archived by the owner on Feb 2, 2025. It is now read-only.
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.