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