PersistX / PersistDB

Projection-based Database Persistence in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add incremental diff API for NSTableView

mdiep opened this issue · comments

Calls to insert/remove/move rows aren't batch-processed with NSTableView like they are with UITableView. The API needs to be updated to make moving easier because of this.