# ZydPage
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| searchConfig | array | - | [] | |
| tableConfig | object | - | { dataSource: [], columns: [], attr: {}, } | |
| paginationConfig | object | - | { total: 0, pageSize: 10, currentPage: 1, sizeChange: () => {}, currentChange: () => {}, attrs: {}, } |
# Slots
| Name | Description | Bindings |
|---|---|---|
| customContent | ||
| operateLeft | ||
| operateRight | ||
| bodyCell |
# Events
| Event name | Properties | Description |
|---|---|---|
| onSearch | ||
| onReset |
functional