can i freeze the data grid heading?

  • Ecoideasinno
    Asked on June 9, 2017 at 9:53 AM

    Hi, can I freeze the Data Grid Heading? I have a long list of entries and the headings for each column disappear as i move down the list on my computer or when i am using my phone

  • liyam
    Replied on June 9, 2017 at 11:51 AM

    Hello Ecoideasinno,

    There are a number of data grids that on forms, can you share with us which one you're referring to? It would also be great if you can share with us which specific form is it that you are pertaining to.

    We will look forward to your response.

    Thanks.

  • Ecoideasinno
    Replied on June 9, 2017 at 4:43 PM
    Thanks for the reply..I want to freeze the headings (all of them) just like
    excel when you freeze the top row but the data can move up and down so you
    see the headings
    AM, JotForm wrote:
    ...
  • David JotForm Support Manager
    Replied on June 9, 2017 at 5:34 PM

    Could you let us know a specific form which data grid is not displaying the headers when you scroll down? Also, to which data grid are your referring to? Form submissions view? https://www.jotform.com/help/269-How-to-View-Form-Submissions, or may you be referring to a Grid Listing report? https://www.jotform.com/help/105-How-to-Create-a-Grid-Listing-Report 

  • Ecoideasinno
    Replied on June 9, 2017 at 6:43 PM
    No, use this link. Freeze the header description and use the 50 viewer
    A new response has been received:
    ...
  • Ecoideasinno
    Replied on June 9, 2017 at 6:43 PM

    No, use this link. Freeze the header description and use the 50 viewer
    L
    ​ink: https://form.jotform.com/71553280828258​
    ...
  • Kevin Support Team Lead
    Replied on June 9, 2017 at 8:14 PM

    Could you please take a look on this form and see  if this is what you're trying to achieve on yours? 

    https://form.jotformpro.com/71597330720960 

    Feel free to clone it

    If that's what you're trying to achieve, please inject this CSS code to your widget: 

    thead {

        background: #FFFFFF;

        position: fixed;

        margin-top: -94px;

        width: 97.5%;

    }

    .table-bordered>thead>tr>th{

        border: 0px solid transparent;

    }

    thead tr th {

        width: 95px !important;   

    }

    tbody tr td{

        width: 130px !important;

    }

    div#BootstrapDable {

        height: 500px;

        overflow-y: auto;

    }

    div#BootstrapDable_header {

        position: fixed;

        width: 100%;

    }

    .panel>.table {

        margin-top: 130px;

        margin-bottom: 55px !important;

    }

    div#BootstrapDable_footer {

        position: fixed;

        bottom: 1.2%;

        width: 97.5%;

    }

    To inject it simply click on it and the wizard icon, go to the Custom CSS tab and paste the given code at the bottom of the existing code in your widget: 

    can i freeze the data grid heading? Image 1 Screenshot 20

    Hope this helps. 

  • Ecoideasinno
    Replied on June 12, 2017 at 1:43 PM
    Brilliant!
    Best regards,
    Dave
    A new response has been received:
    ...