inline editor onblur submit and drawtype page will not work
inline editor onblur submit and drawtype page will not work
ihuangmx
Posts: 26Questions: 9Answers: 1
when I use the onReturn submit model, I try three times to edit a field and click the 'Return' Key to submit the change, the page will draw auto
you can see each time i submit , the page will request the lists data auto.
But when I use onblur submit mode, I found that the data will changed successfully but the page will not draw auto
You can see that I try three times , and the page not automatically draw and request the data . this is my datatables options
formOptions: {
inline: {
onBlur: 'submit',
onEsc: 'close',
onReturn: 'submit',
drawType: 'page',
submit: 'changed'
}
}
This discussion has been closed.
Answers
Hi @ihuangmx ,
I suspect it'll have something to do with your
drawType
set topage
, could you just try that withfull-reset
and see if that makes a difference.Cheers,
Colin
@colin Sorry, I used the
full-reset
option and get the same resulltHi,
What version of Editor are you using please? Also, can you give me a link to the page so I can debug it directly please? We've not seen that behaviour before and haven't been able to reproduce it.
Thanks,
Allan