Select cell not working after ajax loaded new datas from server
Select cell not working after ajax loaded new datas from server

Dear Allan!
I want to search data in datatables (not filter, or search), and select cell when I found data, and scroll to selcted cell.
Its woking when ajax not loaded new block from server.
Can You tell me what event run when data loaded, and can you test this problem?
You can test this:
log my test system, and type in Keresés cell qqqq and press right arrow on screen.
The select found qqqq in cell and will selkect, and scroll to cell.
Press right arrow key on screen again, the ajax runing and after process endig, the cell not select.
Press right arrow key on screen again, the ajax not runing and the founded cell selected.
You can test:
http://infoportal-hu.ddns.net:62080/index.php?module=TablePage&ID=25
You can login:
email:allandatatables@gmail.com
Jelszó:
AllanDatatables
If you logged in jump again http://infoportal-hu.ddns.net:62080/index.php?module=TablePage&ID=25
Thanks:
Gyula
Replies
I don't immediately see anything obvious. Could you tell me where the code is that does the Ajax reload?
Thanks,
Allan
Dear Allan!
This is the LoadData function: (mysql 8 JSON data field)
and the ajax parameter
It looks like the Ajax call to
index.php
is stalling. Is there anything shown in the server's error logs perhaps?Allan
I not see error! The index.php starting call LoadData modul, and LoadData return ne data package.
Where did you see the wrong run?