All Projects → rtucek → vue-query-builder

rtucek / vue-query-builder

Licence: MIT license
A Vue-Query-Builder

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-query-builder

kex
ORM-less for Knex
Stars: ✭ 17 (-76.06%)
Mutual labels:  query-builder
dataclasses-jsonschema
JSON schema generation from dataclasses
Stars: ✭ 145 (+104.23%)
Mutual labels:  serialization
html5-file-selector
Simplified wrapper for dealing with HTML5 filesystem APIs
Stars: ✭ 39 (-45.07%)
Mutual labels:  drag-and-drop
react-grid-dnd
drag and drop, grid edition. built with react
Stars: ✭ 161 (+126.76%)
Mutual labels:  drag-and-drop
el-table-draggable
让element-ui的table可拖动排序,支持 行,列,跨表格等特性
Stars: ✭ 68 (-4.23%)
Mutual labels:  drag-and-drop
doku
fn(Code) -> Docs
Stars: ✭ 65 (-8.45%)
Mutual labels:  serialization
tjson.js
JavaScript-compatible implementation of Tagged JSON (TJSON), written in TypeScript.
Stars: ✭ 53 (-25.35%)
Mutual labels:  serialization
Bois
Salar.Bois is a compact, fast and powerful binary serializer for .NET Framework. With Bois you can serialize your existing objects with almost no change.
Stars: ✭ 53 (-25.35%)
Mutual labels:  serialization
VSerializer
A library to serialize and deserialize objects with minimum memory usage.
Stars: ✭ 25 (-64.79%)
Mutual labels:  serialization
vue-dnd-zone
vue.js plugin for drag and drop functionality
Stars: ✭ 144 (+102.82%)
Mutual labels:  drag-and-drop
slate-react-dnd-plugin
No description or website provided.
Stars: ✭ 35 (-50.7%)
Mutual labels:  drag-and-drop
file-selector
Convert a DragEvent or file input to a list of File objects
Stars: ✭ 61 (-14.08%)
Mutual labels:  drag-and-drop
kafka-protobuf-serde
Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages
Stars: ✭ 52 (-26.76%)
Mutual labels:  serialization
CodableWrapper
@codec("encoder", "decoder") var cool: Bool = true
Stars: ✭ 143 (+101.41%)
Mutual labels:  serialization
drf-action-serializer
A serializer for the Django Rest Framework that supports per-action serialization of fields.
Stars: ✭ 48 (-32.39%)
Mutual labels:  serialization
query-filter
🔍 Database/Eloquent Query Builder filters for Laravel
Stars: ✭ 69 (-2.82%)
Mutual labels:  query-builder
KanbanDragDropiOS
Kanban Board using Drag & Drop iOS API
Stars: ✭ 95 (+33.8%)
Mutual labels:  drag-and-drop
desert
Deserialize to objects while staying DRY
Stars: ✭ 136 (+91.55%)
Mutual labels:  serialization
baltar
Example graphics editor using MobX
Stars: ✭ 42 (-40.85%)
Mutual labels:  serialization
fibr
Web File Browser
Stars: ✭ 37 (-47.89%)
Mutual labels:  drag-and-drop

CI Testing CI Build Lint npm version MIT LICENSE

Vue Query Builder

A query-builder for Vue.

Demos

Plenty of samples and use cases are covered in the documentation.

Features

Key features:

  • Re-ordering of rules and groups with drag'n'drop.
  • Emphasizing groups with configurable colors.
  • Control maximum depth of nested groups.
  • Easy to customize with pure CSS and slots.
  • Layout can be serialized and restored.
  • Vuex compatible.
  • TypeScript support.

Installation

yarn add query-builder-vue
npm install query-builder-vue

Follow the docs for minimum configuration.

Contribution

Contribution guidelines are located in the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].