Multiple tables updated at the same time by one control
Multiple tables updated at the same time by one control
Ok, here is a scenario, and all I ask is what general steps are involved in this process, not the solution.
Scenario:
1. I have table 1 on the page with checkboxes next to each record;
2. I have table 2 on the same page;
3. I have "assign" link/button in between these two.
4. I chose several records from the first table by chosing checkboxes.
5. I click "assign" link/button
6. Records with checboxes checked from table 1 disappear (e.g., by preforming Delete operation of CRUD) and they appear in table 2 (e.g., by preforming Create operation of CRUD)
What are the general steps to achieve this with DataTables.
Scenario:
1. I have table 1 on the page with checkboxes next to each record;
2. I have table 2 on the same page;
3. I have "assign" link/button in between these two.
4. I chose several records from the first table by chosing checkboxes.
5. I click "assign" link/button
6. Records with checboxes checked from table 1 disappear (e.g., by preforming Delete operation of CRUD) and they appear in table 2 (e.g., by preforming Create operation of CRUD)
What are the general steps to achieve this with DataTables.
This discussion has been closed.