mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
b36da2f982
1. Add TableStore & TableLayout. 2. Remove customCriteria & customBackgroundColors. 3. Remove fixedColumnCount. 4. Add fixed prop for TableColumn. 5. Add selectable prop for TableColumn[type="selection"].
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "el-table",
|
|
"version": "1.0.0",
|
|
"description": "A table component for Vue.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/element-component/element/tree/master/packages/dialog",
|
|
"author": "elemefe",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"throttle-debounce": "^1.0.1"
|
|
}
|
|
}
|