So the trouble I’m having is that when I update the query parameters, the old data keeps showing, instead of replacing it with the new data.
As the image shows, the data for Fechas, Creditos and Total should be null but it keeps showing the old data
I could fix it using inner code in the td. But now I cant replace the comma for a line break ( )
Does anyone knows how to solve this problem?
Teodor
December 3, 2019, 8:30am
3
Hello @salvuccicarlos
You can fix this by using the default()
fromatting option and set an empty default value for your dynamic data.
Check this topic please:
I think I’ve come across a rather serious problem. I have a page which filters records with a single search field. If another search is made, one of the columns updates correctly, while another shows data from the previous search.
I could be doing something silly, but I wouldn’t have thought this should happen in any circumstances. I’ve made a demo showing the problem here .
Looking at the MySQL query log, the query which is executed when the search for ‘aaa’ shown in the demo is made is:
[im…