I’m using this example of table resize but I want to be able to resize the columns more than the default size of the table, and use the horizontal scroll.
I tried to use this code
this.renderer.setStyle(column, 'min-width',
${width}px);
instead of
this.renderer.setStyle(column, "width",
${width}px);
and it works but the table function bad, when I click the resizer without move the mouse, it move alone and is worst if I only use 2 columns
anyone can help me? thankss!