I'm currently looking for a new job, preferably in the Asia-Pacific region but I would consider other regions as well. If you are hiring or have any leads, I would appreciate if you would drop me a message via the contact form, e-mail (daniel(at)spoodoo.com), Twitter, or LinkedIn.


Daniel

Daniel

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Quick Edit – Highlighted cell is not aligned to row #1955
    Daniel
    Keymaster

    Hi Tom,

    I still can’t reproduce this problem. Do you have any other custom styling or scripts on your page that might interfere with StickyHeaders?

    in reply to: Quick edit mode + read access #1953
    Daniel
    Keymaster

    Hey Clayton, good find!

    This issue has been resolved in v3.2.0

    As you pointed out, there are two locations where the following selector was used: “tr:has(>th[class^=ms-vh]):visible”. In Datasheet view and when the user has less than Edit-permissions then the order of classes in some DOM elements seems to be different.

    Changing both selectors to “tr:has(>th[class*=ms-vh]):visible” fixed the problem.

    in reply to: Quick Edit – Highlighted cell is not aligned to row #1907
    Daniel
    Keymaster

    Hi Rick,
    Apologies for the late reply. I’ll look into this issue and release a new version if I can fix it. Thanks for reporting!

    in reply to: Sticky columns #1841
    Daniel
    Keymaster

    Hi Konrad,

    Glad you like it. I’m working on a sticky-column script already but it will still take some time until it’s stable enough for a release. I’ll keep you posted!

    Daniel

    in reply to: Sticky Headers not working #1824
    Daniel
    Keymaster

    Hi Devi,

    are you sure you mean Content Query Webpart?

    Here are two approaches:

    Content Editor Webpart

    1. First create a HTML file with the following content:
    <script type=”text/javascript” src=”/path/to/stickyHeaders.js”></script> (adjust the path)

    2. Upload this file to SharePoint
    3. Add a content Editor Webpart to your page and edit the webpart

    4. Put the path to the HTML file into the Content Link field:

    5. Apply the changes, save the page

    Script Editor Webpart

    1. Add a Script Editor Webpart to your page
    2. Edit the Webpart and click the EDIT SNIPPET button
    3. Add the script tag (adjust the path), click Insert and save the page

    And please don’t forget to add jQuery to your page.

    Daniel

    in reply to: Little bug clicking on header text #1727
    Daniel
    Keymaster

    Hey Doug,

    This issue should be fixed as of version 3.1.1. Please give it a try and let me know if the problem remains.

    in reply to: Little bug clicking on header text #1672
    Daniel
    Keymaster

    Hi Doug,

    Thanks for the report. I just digged through jsgrid.js (the file responsible for the rendering of Quick Edit mode) and indeed, some eventlisteners check whether the element the listener is attached to is visible or not. Since the header is not supposed to be visible the sort function won’t execute. I’ll try to find a workaround.

    Daniel

Viewing 7 posts - 1 through 7 (of 7 total)