I am using jquery datatable to view table data from the Backend in html for Rails App
When I select any record/row using checkbox to submit on back end let say from page 1, & checked few items on page 2 & hit confirm button.Items received at the back end is only the current page.
For example if checked items from page 2 & hit the confirm button , items submitted to back end is only from page 2 which was checked, & If checked items from page 1 & hit the confirm button, items submitted to backend is only from page 1 which was checked.
As Expected behavior I am trying to achieve is on submitting confirm , Data tables should transmitted checked items across the page, which is not currently happening.
Can Anyone help , Is this achievable by Data-tables or it is bug in library. All suggestion are welcome.
