dc-js / dc.datatables.js

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

Uncaught (in promise) ReferenceError: dc_datatables is not defined #20

Open Papatr opened 1 year ago

Papatr commented 1 year ago

Hello everyone,

I'm trying to use dc.datatables.js without success. In my web side code I used keysTable = dc_datatables.datatable('.dc-data-table'); but my browser comes back with the attached error message.

Could someone please help me?

image
gordonwoodhull commented 1 year ago

I would recommend using

https://github.com/karenpommeroy/dc-tableview

instead of this library.

I should probably archive this repo, since it was just a demo and not really thought through.