You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: