Sending not displayed data
Sending not displayed data

Hello,
I've a datatable in a Form, with a text input in a Col. When I submit, I only get the data of cells of the visible page -- not the other. Is there any way to get all data ?
Thanks in advance
This discussion has been closed.
Answers
Is this using Editor? You can get the data for all cells with
cells().data()
,Colin