Newbie: advanced grid required

Hi -

Is it possible to use an advanced data grid like for instance this one in Meteor:

Though it is called Angular Grid, it is supposed to run without Angular.js.

I need a grid with editable fields, sortable columns, scrollbars, pagination, multiple headers, selectable rows (checkmarks).

Best regards,
Claus

1st screenshot reminds me of https://atmospherejs.com/aldeed/tabular

You could probably install it using this package then make it reactive using Tracker to re-run the refresh functions when your data changes.