custom Button

custom Button

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

One feature in my Project should be, that the User select a row and send the data, over a defined modal windows (in there to set the e-Mail Address,.. ) to one or more Athlete. The Modal windows are already loaded in the html. Is it possible to click on a Button, that open the modal windows and insert the selected row?
I read the extension select and Buttons. I have no idea, how can I do this. The select events example shows a example to get the Data, but how can I open the modal windows and put the Data in the Windows. In the Button Section I did not find any Information about that

Andreas

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Answer ✓

    how can I open the modal windows and put the Data in the Windows

    That will entirely depend on the API of the modal library you are using and is outside the scope of DataTables I'm afraid. For example in Foundation you would write into the content HTML.

    Allan

This discussion has been closed.