I have implemented jQuery DataTables on a Visualforce page and am currently using the FixedHeader and FixedColumns extensions. Now, I’m trying to implement column resizing functionality, but I am unsure if this can be done directly with jQuery DataTables, as I understand there is no built-in column resize option. It seems that a third-party library is needed to achieve this.
However, after integrating a column resize library, it is not working as expected. I am not certain if I’m implementing it correctly.
My question is:
Is it possible to enable column resizing when using the FixedColumn extension in DataTables?
Could anyone share an example of how to implement column resizing with FixedColumns using jQuery DataTables?
Any help or guidance would be greatly appreciated.