Skip to content

v0.5.3

Compare
Choose a tag to compare
@l-lin l-lin released this 26 Jan 13:10
· 503 commits to master since this release

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 (from DTLoadingTemplate. The default loading message is now:
<div class="dt-loading">
    <h3>Loading...</h3>
</div>

The <h3>Loading...</3> is still customizable. See the documentation.