Modal from selected rows with pagination

Modal from selected rows with pagination

demetrioldemetriol Posts: 8Questions: 3Answers: 0

Hi,
I have the need to open a modal (on button click event), that shows the selected rows in a paginated form.
The idea is to show one row per page in the modal, the user iterates over the pages and performs some changes.
I took a look at Bootstrap modal, but I need to add:
* data loading from table to modal
* pagination
* data store of changes on each page on submit, with dinamic changes on the table below

Do you think that this work is complicated to perform? Any suggestion?

Thank you

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This example here might be of interest - it shows how you can have the data in a form, which you can then update and move to and fro from other records,

    Colin

This discussion has been closed.