dataexpress icon indicating copy to clipboard operation
dataexpress copied to clipboard

Allow custom DataTables by passing functions for .next and .hasNext

Open mitalia opened this issue 12 years ago • 0 comments

As it stands, DataTables have fixed .next and .hasNext functions. Ideally, an advanced user (or someone doing work on the internals of DataExpress) might benefit from a constructor that allows one to pass a custom function to .next and .hasNext. Otherwise, the only other way to do this is to subclass DataTables and override these methods.

mitalia avatar Jun 03 '13 16:06 mitalia