JavaScript/jQuery DataGrid - columnFixing.icons
Contains properties that specify icons for column fixing commands in the context menu of a column header.
Type:
leftPosition
Specifies an icon for the context menu subitem that fixes a column to the left edge of the UI component.
Type:
Default Value: 'fix-column-left'
rightPosition
Specifies an icon for the context menu subitem that fixes a column to the right edge of the UI component.
Type:
Default Value: 'fix-column-right'
Feedback