Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The operation bar in the list cannot adaptively display list items based on the content of the column, resulting in a single row display #11215

Open
burning110-lab opened this issue Apr 23, 2024 · 0 comments

Comments

@burning110-lab
Copy link

🧐 问题描述 | Problem description

I want to operate SettingOptionType to display the list content on one line instead of wrapping it, but there is no corresponding property to operate on. Once the column description displays too much content in other languages, it becomes a multi line display, which is particularly unsightly. I want to display one line

💻 示例代码 | Sample code

export declare type SettingOptionType = {
draggable?: boolean;
checkable?: boolean;
showListItemOption?: boolean;
checkedReset?: boolean;
listsHeight?: number;
extra?: React.ReactNode;
children?: React.ReactNode;
settingIcon?: React.ReactNode;
};

🚑 其他信息 | Other information

What should I do?

OS:

Node:

浏览器 | browser:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant