Hi,
I am using a datatable with scroll x enabled in my phonegap application. Once i scroll horizontally the view is totally misplaced,the header and column alignment is lost totally lost. Even once i click on any cell and clicks outside same issue happening. How can I resolve this ? Please suggest any solution ASAP.
Hi,
First of all, try to use webix.Touch.limit();
after webix.ui()
initialization. If the issue is not solved, please share the snippet that shows the problem.
FYI once I use ‘$$(“idDB”).refreshColumns();’ this problem occurs. So what alternate solution is there.
Seems like something went wrong with the new columns config, but without a snippet of the problematic code we cannot say for sure where the problem is.