Vue Gridmultiselect

Simple multi-select with items displayed in a table UI

Guide →

No Dependencies

Minimal setup, single module installation.

Different Approach

Replace a dropdown and display the selection within the nice table/grid UI.

V-Model and Vuex Support

Built-in data updating mechanisms based on Vue core without events

# Default Setup

Cities
  • San Francisco
    x
  • Berlin
    x

# Customized Example

Cities
Visited
  • San Francisco (USA)
    x
Not Visited
  • Berlin (Germany)
    x

# Characteristics

  • No dependencies
  • Searching
  • Grouping
  • Split View
  • Labeling (title, no data messages, multiple keys as a label source...)
  • Disabling Items
  • Row Details
  • Menu Positioning
  • Easily configurable
  • Custom slots
  • V-model support
  • Vuex support

# Resources