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
The default setting automatically sorts by the first column. This completely distorts the view, because placeholder rows come first, then all changes or deleted rows, then all new rows.
I can work around with use.DataTables = FALSE for my use case.
Do we need to add an artificial rowid column?
The text was updated successfully, but these errors were encountered:
The default setting automatically sorts by the first column. This completely distorts the view, because placeholder rows come first, then all changes or deleted rows, then all new rows.
I can work around with
use.DataTables = FALSE
for my use case.Do we need to add an artificial rowid column?
The text was updated successfully, but these errors were encountered: