How to make header column resizeable with scrollX = true
How to make header column resizeable with scrollX = true
tuantmm10
Posts: 2Questions: 2Answers: 0
I am trying create a datatable with column resizeable but not working with header when i am set scrollX = true
you can see : http://jsfiddle.net/tuantm10/tu6scj9h/2/
how can i fix it?
This discussion has been closed.
Answers
Not sure you will be able to use the column resizable plugin with scrollX. If you inspect the table header you will find that it is a separate table from the
#example
table. Since the header and the tbody are now separated the resizable plugin would need to handle both tables simultaneously which it is probably not intended to do.Kevin