• Cindy Chastang
    February 24, 2017 at 12:20 pm #3836

    Is there a way to disable the Select All checkbox on the table control?

    I have one area of my application where users think they need to Select All when they really don’t so we were hoping to just remove the Select All option.  If it’s not so easy to select all we hope they’ll stop and read the instructions.  Otherwise we’ll redesign it.

    SPARK Support
    February 24, 2017 at 3:13 pm #3841

    Hi Cindy,

    There is no configuration option to disable the Select All.  However, you can hide it by using custom CSS on the form.  Try dropping this into a Custom HTML control:

    <style>
    .SPARKTable .table>thead>tr>th.SelCtl>div {
    display: none;
    }
    </style>

    Regards,

    Stephen P.

    Cindy Chastang
    February 27, 2017 at 5:11 am #3861

    Thank you.   That works.

    SPARK Support
    February 27, 2017 at 3:33 pm #3873

    Hi Cindy,

    Glad to hear it.  You’re welcome.

    Regards,

    Stephen P.

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

You must be logged in to reply to this topic.

Start typing and press Enter to search