Datagrid view for cocoa-swift? like phpgrid

Dear Team


I'm starting in the develop an APP for macOS, I came from Windows platform (.NET) and PHP, and now I'm looking for some component, or library as a Datagrid view for cocoa (macOS not iOS)


I mean, a component where I can a List (data-driven in the future) list of data, a grid, a matrix, witch sortable colums, paging, editing in line.


Something like phpgrid.org or phpgrid.com


Could you help me please,


Thank you

An

NSTableView
object displays data for a set of related records, with rows representing individual records and columns representing the attributes of those records.

Thanks you!

Datagrid view for cocoa-swift? like phpgrid
 
 
Q