edwindj / daff

Diff, patch and merge for data.frames, see http://paulfitz.github.io/daff/
https://edwindj.github.io/daff/
Other
153 stars 18 forks source link

`render_diff(use.DataTables = TRUE)` broken #30

Open krlmlr opened 3 years ago

krlmlr commented 3 years ago

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?