# DraggableListView

# Example

<DraggableListView
  :icon="icon"
  :title="title"
  :column-options="columnOptions"
  :url="url"
  :active-id="activeId"
  @on-row-click="handleRowClick"
  @on-create-clicked="handleCreateClick"
/>

Or check the demo (opens new window) and a complete example (opens new window)

# methods

# formatColumn

The method 'formatColumn' checks if a formatFn is passed to draggablelistView. If this is the case the translation is returned and shown in the draggableListView. If this is not the case, it returns the default value.

{ field: 'active', formatFn: this.formatBoolean },