Create account

Simon Van Gelder
replied 1707d
I think DataTables requires all rows to be present on page load...potentially MANY rows.
replied 1707d
Good point! it's a little more advanced but can still be implemented on the back end with .Skip() and .take()
Simon Van Gelder
replied 1707d
I was thinking more of the load on Memo's server...however, it does look like it can handle AJAX data sources so maybe the point is moot.