Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6792 Rev 6794
Línea 16... Línea 16...
16
        { key: "title", label: "Título", isSorteable: true },
16
        { key: "title", label: "Título", isSorteable: true },
17
        { key: "details", label: "Detalles", isSorteable: true },
17
        { key: "details", label: "Detalles", isSorteable: true },
18
        { key: "actions", label: "Acciones", isSorteable: false }
18
        { key: "actions", label: "Acciones", isSorteable: false }
19
    ]
19
    ]
Línea 20... Línea 20...
20
 
20
 
21
    const getData = ({ search, start, length }) => {
21
    const getData = (search, start, length) => {
22
        axios.get(
22
        axios.get(
23
            link_table,
23
            link_table,
24
            {
24
            {
25
                params: {
25
                params: {