1. 带有自己规则,如:带border边框线
  2. table 表格模板
  3. 拆分:头部区域、表格展示区域、分页区域组成。

    1. low code 表格封装

  4. 固定模板,每个菜单场景会对应一个模板

  5. 数据渲染模板,类似封装一个完整的table 表格 ,通过后端拿到json数据进行渲染

    2. 关键字查询

    image.png

    2.1 相对复杂的业务场景,关键字查询

    1630376707(1).png

    2.2 相对简单关键字查询

    image.png

    2.3 and table 筛选

    https://www.antdv.com/components/table-cn/#components-table-demo-filter-and-sorter
    image.png

    2.4 按钮放在上面,关键字放在中间

  • 这样看起来布局更规整的

image.png

2.5 关键字在上面,按钮放在中间

image.png

3. 固定列

横向内容过多时,可选择固定列。
参考: https://element.eleme.cn/#/zh-CN/component/table
image.png

4. 固定表头

纵向内容过多时,可选择固定表头。
参考: https://element.eleme.cn/#/zh-CN/component/table
image.png

5. 固定列和表头

横纵内容过多时,可选择固定列和表头。
参考: https://element.eleme.cn/#/zh-CN/component/table
image.png

6. 多级表头

数据结构比较复杂的时候,可使用多级表头来展现数据的层次关系。
image.png

7. 单选/多选

image.png
image.png

8. 表尾合计行

若表格展示的是各类数字,可以在表尾显示各列的合计。
参考: https://element.eleme.cn/#/zh-CN/component/table

image.png9. 案例

image.png