Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11961 | Rev 11965 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11961 Rev 11964
Línea 12... Línea 12...
12
	{ key: 'job_description', label: 'Descripción', isSorteable: true },
12
	{ key: 'job_description', label: 'Descripción', isSorteable: true },
13
	{ key: 'status', label: 'Estatus', isSorteable: false },
13
	{ key: 'status', label: 'Estatus', isSorteable: false },
14
	{ key: 'actions', label: 'Acciones', isSorteable: false }
14
	{ key: 'actions', label: 'Acciones', isSorteable: false }
15
]
15
]
Línea 16... Línea 16...
16
 
16
 
Línea -... Línea 17...
-
 
17
const TableView = (props) => {
-
 
18
 
-
 
19
	console.log(props)
17
const TableView = ({ add_link, table_link, permisions }) => {
20
 
18
 
21
	const { add_link, table_link, permisions } = props
19
	const dispatch = useDispatch()
22
	const dispatch = useDispatch()
20
	const [modalToShow, setModalToShow] = useState('')
23
	const [modalToShow, setModalToShow] = useState('')
21
	const [actionLink, setActionLink] = useState(add_link)
24
	const [actionLink, setActionLink] = useState(add_link)