Skip to content
Snippets Groups Projects
Commit cdd4c0b0 authored by Nithya Santhanam's avatar Nithya Santhanam
Browse files
Fixed Action column Issue
parent 4366a66d
Branches
Tags
1 merge request!435TMSS-228
......@@ -966,11 +966,11 @@ function ViewTable(props) {
columns.push({
Header: 'Action',
id: 'Action',
accessor: props.keyaccessor,
// accessor: props.keyaccessor,
Cell: props => <button className='p-link' onClick={navigateTo(props)} ><i className="fa fa-eye" style={{ cursor: 'pointer' }}></i></button>,
disableFilters: true,
disableSortBy: true,
isVisible: defaultdataheader.includes(props.keyaccessor),
isVisible: true//defaultdataheader.includes(props.keyaccessor),
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment