1.2.0 • Published 4 years ago

@team-decorate/vue-searchable v1.2.0

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

searchable-vue

vue admin-lte search support

Installation

With npm:

npm i @team-decorate/vue-searchable

Command Examples

<searchable  
  :ignore-query="['paginate', 'type']"  
  :searches="[  
            {id: 'ID'},  
            {username: 'ユーザー名'},  
            {email: 'メールアドレス'},  
            {between: ['pointSt', 'pointEd'], label: 'ポイント'},  
            {betweenDate: ['dateStart', 'dateEnd'], label: '日時'},  
            {betweenDate: ['dateBefore', 'dateAfter']},  
            {select: 'user.type', fetch: true, key: 'user_type', label: 'タイプ'},  
            {checkbox: 'level'},  
            {radio: 'alcohol', value: 'name'},  
            {select: 'shape', label: '体型'},  
        ]"></searchable>
1.2.0

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago