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
Table add new property show-context-menu, after opening, you can right-click to pop up the menu, you need to use it with slot contextMenu.
Table event @on-contextmenu return a new parameter position.
Table column add new property display, the rendering mode of the column when you use slot. The available values are block, inline, and inline-block. When using tree data, it is recommended to use inline or inline-block.
Table add new event @on-cell-click, triggered when a cell is clicked.
Select add a new property filter-by-label. After opening, when searching, only search according to label.
Transfer add a new property reverse-operation. After opening, reverse the order of the two operation buttons.
Restore the Split code to fix the problem that px cannot be used.
Fixed some problems with Select creating new options. #404
Fixed the problem that Tooltip does not automatically wrap when there are long letters and numbers, and solve the problem of turning on the tooltip property in the Table column.
Fixed the problem that the bottom border disappears when the Table opens border property with fixed header and columns.
Fixed the problem that the loading of Table is turned on and the border is displayed incorrectly.
Fixed the issue that Input is offset by 1px when using append slot. #380