# avue-plugin-dynamicquery **Repository Path**: yuchuanli/avue-plugin-dynamicquery ## Basic Information - **Project Name**: avue-plugin-dynamicquery - **Description**: avue 表格查询框 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2018-11-06 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avue-plugin-dynamicquery ## avue 表格查询框 ## npm [avue-plugin-dynamicquery](https://www.npmjs.com/package/avue-plugin-dynamicquery) ## git [avue-plugin-dynamicquery](https://gitee.com/yuchuanli/avue-plugin-dynamicquery) ## demo

## changelog fix sortChange、currentChange、scrollbar style add table total fix other currentChange、sortChange、searchChange mast result data total version 0.1.1 ## use ``` 1.安装 npm install avue-plugin-dynamicquery --save 2.导入 import 'avue-plugin-dynamicquery/packages' 3.使用 ... column:[ ... { label: 'test', prop: 'test', component: 'AvueDynamicquery', } ... ] 或者直接 ... ```