Am on Win7, Django 3.2.18,
BS5
So I started this project of name processing, it takes an array of names, romanizes them, and should respond with the result to the client, am using Django-tables2 to for rendering.
A summary modal is poped up for the user to confirm prior to proceed, on confirmation the modal should disappear, screenshots attached.
I managed to show the results, it does refresh the client's table, but the modal is still blocking the screen, I also cannot download the results using the table2 dropdown button.
What is the best approach to implement this scenario please?