Merge pull request #10895 from thinkingc/fix-inputTable-draggable

fix: inputTable开启拖拽后会导致表头文字可拖拽
This commit is contained in:
hsm-lv 2024-09-18 10:53:28 +08:00 committed by GitHub
commit 08bf3af7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -500,6 +500,7 @@ export default class Table extends React.Component<TableProps, object> {
'hideQuickSaveBtn',
'itemCheckableOn',
'itemDraggableOn',
'draggable',
'checkOnItemClick',
'hideCheckToggler',
'itemAction',