只固定 checkbox

This commit is contained in:
liaoxuezhi 2019-08-15 16:31:48 +08:00
parent f0e45d24fc
commit 8c62e6c1e5

View File

@ -432,7 +432,7 @@ export const TableStore = iRendererStore
columns.unshift({
type: '__expandme',
toggable: false,
fixed: 'left',
// fixed: 'left',
className: 'Table-expandCell'
});
@ -445,7 +445,7 @@ export const TableStore = iRendererStore
columns.unshift({
type: '__dragme',
toggable: false,
// toggable: false,
className: 'Table-dragCell'
});