Column moving and sizing

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Tables >

Column moving and sizing

You could allow user to adjust column width and move columns.

For column sizing add

  resize: horizontal;

to CSS th style

For column moving add

  draggable: true;

to CSS th style