You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.0.0-beta.7
Environment
Windows 10 Home x64, Microsoft Edge 97.0.1072.55 x64, Vue 3.0.5
Reproduction link
Steps to reproduce
When I set responsive prop in one of the column like column: ['md'], the column is just disappear in any breakpoints. If I remove this prop, the column is shown again.
Version
3.0.0-beta.7
Environment
Windows 10 Home x64, Microsoft Edge 97.0.1072.55 x64, Vue 3.0.5
Reproduction link
Steps to reproduce
When I set
responsive
prop in one of the column likecolumn: ['md']
, the column is just disappear in any breakpoints. If I remove this prop, the column is shown again.What is expected?
When set
responsive
prop in the column, it should be appear according the breakpoint that has been set, like this thread https://stackoverflow.com/questions/65508782/how-to-make-ant-design-table-responsive/65529726?noredirect=1#comment125007029_65529726, but tried with ant vue design 3, it didn't show up in any display width sizeWhat is actually happening?
The column is disappear in every breakpoint even just set only one breakpoint like
md
and will not shown in all display sizerelated thread #5122
The text was updated successfully, but these errors were encountered: