물건목록 리스트 체크박스 제거
This commit is contained in:
parent
4134fb25c0
commit
7cc3537709
@ -67,10 +67,10 @@ export default function Stuff() {
|
||||
field: 'lastEditDatetime',
|
||||
minWidth: 200,
|
||||
headerName: getMessage('stuff.gridHeader.lastEditDatetime'),
|
||||
headerCheckboxSelection: true,
|
||||
headerCheckboxSelectionCurrentPageOnly: true, //페이징시 현재 페이지만 체크되도록
|
||||
checkboxSelection: true,
|
||||
showDisabledCheckboxes: true,
|
||||
// headerCheckboxSelection: true,
|
||||
// headerCheckboxSelectionCurrentPageOnly: true, //페이징시 현재 페이지만 체크되도록
|
||||
// checkboxSelection: true,
|
||||
// showDisabledCheckboxes: true,
|
||||
cellStyle: { textAlign: 'center' },
|
||||
valueFormatter: function (params) {
|
||||
if (params.value) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user