I think DataTables requires all rows to be present on page load...potentially MANY rows.
Good point! it's a little more advanced but can still be implemented on the back end with .Skip() and .take()
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.