SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 295 forks source link

_insertNoDataNode is used inconsistently #1370

Closed jsonn closed 7 years ago

jsonn commented 7 years ago

In Pagination.js, before _insertDataNode is called, noDataNode is destroyed and deleted. OnDemandList.js only destroys it. SingleQuery.js does neither.

When using SingleQuery it can happen that the message is displayed twice...