Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11911 Rev 14561
Línea 27... Línea 27...
27
		{ key: 'title', label: 'Título', isSorteable: true },
27
		{ key: 'title', label: 'Título', isSorteable: true },
28
		{ key: 'details', label: 'Detalles', isSorteable: true },
28
		{ key: 'details', label: 'Detalles', isSorteable: true },
29
		{ key: 'actions', label: 'Acciones', isSorteable: false }
29
		{ key: 'actions', label: 'Acciones', isSorteable: false }
30
	]
30
	]
Línea 31... Línea 31...
31
 
31
 
32
	const getData = (search, start, length) => {
32
	const getData = (search = '', start = 1, length = 10) => {
33
		axios.get(
33
		axios.get(
34
			link_table,
34
			link_table,
35
			{
35
			{
36
				params: {
36
				params: {
Línea 96... Línea 96...
96
				showModal
96
				showModal
97
				&&
97
				&&
98
				<AddModal
98
				<AddModal
99
					closeModal={closeModal}
99
					closeModal={closeModal}
100
					dataLink={actionLink}
100
					dataLink={actionLink}
-
 
101
					onComplete={getData}
101
					googleApiKey={googleApi}
102
					googleApiKey={googleApi}
102
					jobCategoryOptions={jobCategoryOptions}
103
					jobCategoryOptions={jobCategoryOptions}
Línea 103... Línea 104...
103
 
104
 
104
				/>
105
				/>