ThomasSiegmund / D3TableFilter

A table widget based on Max Guglielmi's "HTML Table Filter Generator" and D3.js
Other
65 stars 17 forks source link

Fixed Header for the D3 table #8

Closed Atan1988 closed 9 years ago

Atan1988 commented 9 years ago

Hi Thomas,

 I would like to first thank you for this amazing package. It is the only table I can find that allows edits. The advanced filters are also very handy.  However, is there a way to fix the header for the table or separate the table into multiple pages like the DT::datatables?

Thanks! Allen

ThomasSiegmund commented 9 years ago

Hi Allen,

thanks for the nice comments.

It is the only table I can find that allows edits.

rhandsontable for example also has nice editing capabilities.

However, is there a way to fix the header for the table or separate the table into multiple pages

You can set paging = TRUE in tableProps. This gives something like

http://tablefilter.free.fr/datademo2.htm

Please have a look at the TableFilter documentation, there are lots of options for paging.

http://tablefilter.free.fr/doc.php#paging

Best

Thomas

Atan1988 commented 9 years ago

Thanks, Thomas! The documentation should allow me to explore more of the features. I will look into the rhandsontable package as well.