Simon Guo

Results 268 comments of Simon Guo

Release [email protected] ``` npm i rsuite@next ```

I added the Affix wrapper for the Header in the example. The problem you mentioned was not found. https://user-images.githubusercontent.com/1203827/173517648-3d1bca34-37d6-4f20-a96d-a2541a51a038.mp4

This is actually a logic of data verification, not a bug. ``` (13-1)/2 = 6 (14-1)/2 = 6.5 ``` If the value of min is 1, the value of max...

I refer to Slider of some other component libraries. `material-ui` is an option that retains 0.5, while `antd` is not optional. We will consider it in combination with practical usage...

As you can see, rsuite table does not add virtualized to horizontal scrolling. If you need to display more columns, it may not be suitable to use rsuite table temporarily.

hi @calvin1012 Set `verticalAlign="middle"` for the Column and override the default `padding` via style on the ActionCell. ```diff - + 動作 - + ```

Hi @raibikys I think you can fit your needs by changing the table height. I don't think this behavior of scrollbars is a problem, it's closer to the way the...

Table does not have table height issues by default. The horizontal scroll bar occupies the height of the table only when `autoHeight` is set. Fixed in https://github.com/rsuite/rsuite-table/pull/362.

Hi @myNameIsDu I'm not quite sure, what problem is it trying to solve?

@myNameIsDu In use, I think the encapsulation of the Toggle component is easier to understand than the `valuePropName` prop.