RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Show first page when custom data is passed to table.draw() #155

Closed jwildfire closed 6 years ago

jwildfire commented 6 years ago

Currently, the pagination setting does not update when calling table.draw(). This causes problems when smaller data sets are passed to draw for a table that is currently viewing a later page. Bug documented in more detail here

jwildfire commented 6 years ago

Test Notes: Fixed in v1.9.0-RC4. Confirm that use case described here is working as expected.