Very odd behaviour with calling a function but modal opens instead.
Very odd behaviour is happening.
I have a form over top of a table.
In the form I have a datetime picker to set a date to go fetch data from an API. I have a filter button which applies the data. It loads the data refreshes the table with the data.
I also have a table with bulk actions. When I run a bulk action save. The table goes blank and nothing works.
If I press the Filter button to set the datatime in the form. It pops up the modal from the bulk save.
Always, until I refresh the page. It also never calls my save function, only pops open an modal.
Table
Two functions
0 Replies