Seleccionar celda

Seleccionar celda

ebermudezebermudez Posts: 1Questions: 1Answers: 0

Gracias por antemano por su respuesta.
Tengo una tabla en datatables con dos campos ( Id, Descripción) con seleccion de celda.
Select: {
style: 'os'
items: 'cell'
Cual sería la forma, que cuando se seleccione un celda por su indice, el dato
contenido en esa celda, se pueda transferir a un input de texto en un formulario html.

Answers

  • kthorngrenkthorngren Posts: 21,337Questions: 26Answers: 4,954

    Thank you in advance for your answer.
    I have a table in datatables with two fields ( Id, Description) with cell select.
    Select: {
    style: 'os
    items: 'cell'
    What would be the way, that when a cell is selected by its index, the data contained in that cell can be
    contained in that cell, can be transferred to a text input in a html form.

    This example shows how to get the selected items.

    Kevin

Sign In or Register to comment.