I am new using dc.js library. I was trying to create a chart filter that fills a data table as feedback. So on, I start to use the already implemented component dc.dataTable.
I already know that is possible to increase the number of "displayed data elements" in the dataTable by using .size(10). However, in situations where my filter returns a big amount of data elements, it gets tricky for me display them all at once.
So, this leads to my question:
Is it possible to paginate a dc.dataTable provided by dc.js?