dc-js / dc.datatables.js

integration of datatables.js with dc.js
Other
12 stars 10 forks source link

deprecate this library in favor of dc-tableview? #8

Open gordonwoodhull opened 5 years ago

gordonwoodhull commented 5 years ago

dc-tableview has a lot more features than this library.

I wrote this library as a proof of concept because I didn't think we should add a ton of features to dc.dataTable when datatables.js is a whole ecosystem in itself. I didn't know about dc-tableview at the time.

It was pretty easy to get basic functionality, but there is a lot more that could be done, and it looks like @karenpommeroy has done much more, including #6 grouping.

I haven't done a detailed comparison, but if there are any features here that are missing there, we could contribute them.

privateOmega commented 5 years ago

@gordonwoodhull I know that you have no relation to the dc-tableview project, but I really need your help in figuring out how to use dc-tableview in React.JS.

I have already raised an issue in dc-tableview's issue tracker but author isn't familiar with React.JS.

gordonwoodhull commented 5 years ago

For now, one difference between the libraries is that this one targets D3v4+ and DCv3 while dc-tableview targets D3v3 / DCv2.

karenpommeroy commented 4 years ago

For now, one difference between the libraries is that this one targets D3v4+ and DCv3 while dc-tableview targets D3v3 / DCv2.

@gordonwoodhull I've already updated that - you can check version 2.x.x

gordonwoodhull commented 4 years ago

Cool, thanks @karenpommeroy, I will check it out. This library is pretty basic, so I hope people are using yours instead.