Plugin Author
ka2
(@ka2)
Thank you very much for reporting.
Sorry, I couldn’t understand your problem. I hope that you tell me more detail.
Thank you,
Sorry, let me explain better with an image perhaps. The slightly transparent red color is where the sight loads to in a normal window. (normally, when you load a website you arrive at the header and if you want to move down you must scroll.) So for example, this is how it should load:
Notice the correct way loads straight to the top/header. However, my website loads directly to the table when the CDBT plugin is activated:
This is not supposed to happen, and this has been tested in other systems and with a cleared cache. Has this ever occurred to you? Did I activate some sort of anchor option? Can you reproduce this? Sorry I wasn’t descriptive enough, hopefully I have better communicated my problem
Plugin Author
ka2
(@ka2)
Thank you for describe.
I was able to understand that thanks to you.
As you said, there has been navigated automatically to header of list component when displayed data list by using table layout in current version. Certainly, this action may be unhappy as common event.
In current version, unfortunately you cannot disable completely that action. However you can avoid that action by doing as follows.
[cdbt-view table="your_table_name" enable_repeater="true" ajax_load="false"]
Also, there maybe occurs overflow memory of php if “ajax_load” option is false and you use large table that has many data.
I’m going to improve this unhappy common action after rendering component at next version. Sorry, please wait for until releasing next version.