cns-iu / ngx-dino

A visualization framework and component library for Angular 7+
MIT License
5 stars 0 forks source link

Update datatable to use a RawChanges stream #10

Closed bherr2 closed 6 years ago

bherr2 commented 6 years ago

Currently @ngx-dino/datatable uses an array of data for its input. Update this to use an Observable stream.