Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column width changes by the user

Anchor
columnwidth
columnwidth

The RowRenderer allows the user to change column widths by dragging the side of the column to another position. DomUI uses the jQuery extension colResizable for this. When the user changes a column width DomUI calls a server callback so that the column size change can be saved if that is wanted. Column width change events can be received by adding a listener to the row renderer as follows:

...