I want to freeze the header and(or) the first column of the table as what we can do easily in Excel when using renderDataTable in shiny. I guess we can plug in the extensions of dataTable in the link below: http://datatables.net/extensions/fixedcolumns/
But I don't know much about java, can anybody provide an example about implementing the extensions in shiny? Thanks a lot.