- Domino UI
- Data table
- Column resize
Top Column resize Docs
Column resize
A DataTable plugin that allows users to resize column widths via drag-and-drop.
T
The data type of the DataTable.
Configuration class for the ResizeColumnsPlugin, which allows users to configure the behavior of column resizing.
Examples
Column resize Allow the user to resize the data table columns
Public methods
public boolean isClipContent()
Checks if content clipping is enabled for column resizing.
Returns:
true if content clipping is enabled, false otherwise.
public ResizeColumnsConfig setClipContent(boolean clipContent)
Sets whether to enable content clipping during column resizing.
clipContent
true to enable content clipping, false to disable it.
Returns:
The ResizeColumnsConfig instance with the updated configuration.