rekit / antd-form-builder

Dynamic meta driven React forms based on antd.

Home Page:https://rekit.github.io/antd-form-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colSpan support responsive config

ariesjia opened this issue · comments

currently colSpan is only support fixed number config.
Is it possible to support responsive config ? like
colSpan = { sm: 1, md: 2, }

Good suggestion, may add it later.
For now, as a workaround, you can calculate the value according the window size yourself.