umijs / sula

🚀 Pluggable enterprise-level configurable framework based on antd.
https://docs.sula.vercel.app
MIT License
789 stars 90 forks source link

Feature: QueryTable当rowSelection存在时,leftActionsRender就不生效了,actionsRender有效,当想要用自定义的 #38

Open chenhaina opened 4 years ago

chenhaina commented 4 years ago

Description

QueryTable当rowSelection存在时,leftActionsRender就不生效了,actionsRender有效,但是想要用自定义的render插件完成在actionsRender换行显示,但是无法换行显示。希望另外能提供一个api,显示非actionsRender的自定义组件。如下图 image

Solution

Lzengp commented 2 years ago

有啥解决方案没?感觉JSON数据化在自定义样式面前扩展性好差,sula目前就有这个问题,只能写个registerRenderPlugin,然后重写样式