Lockcolumns: wrong alignment rows

(3 posts) (2 voices)
  1. dlowie, Member

    I use the 'lockcolumns' option to scroll to the right:

    select 'dbr.crosstab','planning';
    select 'dbr.crosstab.order', 'asc';
    select 'dbr.lockcolumns', 'Kamer';

    I think it used to work fine. But recently, after scrolling the first column, the alignment of the rows is wrong. See following screenshots:
    Without scrolling: https://www.amazon.fr/photos/share/gmHBaQLV22fro4gQWQEll1AplOpM0PBU6417Q8cxSy6
    After scrolling: https://www.amazon.fr/photos/share/arukAatOIR630GPy5yEVm0tVTQl18vcWzmOjsTFnmlH

  2. myDBR Team, Key Master

    Most likely the link icon (green arrow) makes the rows taller and when the scroll happens, the static side no longer has the same height for the row.

    In case you are using objects that change the height of the row, you can set the row height via CSS.

    If you send in an SQL export of the report to support email (not the code, but an SQL export), we can replcate the behavior.

    --
    myDBR Team

  3. dlowie, Member

    Indeed, that did the trick. I made the icons a bit smaller and now it scrolls perfectly. Thank you very much!


Reply

You must log in to post.