tab key does not bring to next editor..
tab key does not bring to next editor..
soporte@grupoibricks.com
Posts: 4Questions: 2Answers: 0
https://pastebin.com/EZ3LU2sC (JS)
Hi people, we ve just bought this module, don't understand why the "tab" key does not bring us to the next input.. BUT, if we write some value to the input, works as expected. Some idea what could be? thanks a lot
This discussion has been closed.
Answers
It's hard to tell from just the code, are you able to link to your page so we can take a look at it live?
Colin
Hi,
It's not easy to create a public test site cause is data obtained by an ajax call in our server, it's delicated info.
This is a part of the initial JSON returned from the server:
https://pastebin.com/Y6s7dpKx
If I save i.e. the first row, the return is this:
https://pastebin.com/ss00jqty
Do you see something "strange" ? I can post a gif here where the strange tab behaviour is shown:
Thanks a lot
FINISH!! I got it after many lost hours... in the line
table.row(current_now_number).data(json.data);
json.data was an array and must be a JSON object... solving that... was all fixed, thanks