|
|
@ -52,23 +52,9 @@ const Board = () => {
|
|
|
|
{ headerName: 'step', field: 'ciStep' },
|
|
|
|
{ headerName: 'step', field: 'ciStep' },
|
|
|
|
{ headerName: 'level', field: 'ciRevel' },
|
|
|
|
{ headerName: 'level', field: 'ciRevel' },
|
|
|
|
{ headerName: '비번', field: 'ciPass' },
|
|
|
|
{ headerName: '비번', field: 'ciPass' },
|
|
|
|
{
|
|
|
|
{ headerName: 'email', field: 'ciEmail' },
|
|
|
|
headerName: 'email',
|
|
|
|
|
|
|
|
field: 'ciEmail',
|
|
|
|
|
|
|
|
renderCell: (params) => (
|
|
|
|
|
|
|
|
<strong>
|
|
|
|
|
|
|
|
{params.value}
|
|
|
|
|
|
|
|
<Button variant="contained" color="primary" size="small">
|
|
|
|
|
|
|
|
Open
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{ headerName: '내용', field: 'ciContents' },
|
|
|
|
{ headerName: '내용', field: 'ciContents' },
|
|
|
|
{
|
|
|
|
{ headerName: 'IP', field: `ciIp` }
|
|
|
|
headerName: 'IP',
|
|
|
|
|
|
|
|
field: `ciIp`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
];
|
|
|
|
];
|
|
|
|
const handleSearch = async (event) => {
|
|
|
|
const handleSearch = async (event) => {
|
|
|
|
if (event.type === 'keydown' && event.key === 'Enter') {
|
|
|
|
if (event.type === 'keydown' && event.key === 'Enter') {
|
|
|
|