Can you help remove top search box and bottom entries section of the Data Grid Widget

  • amiller671
    Asked on March 19, 2019 at 3:10 PM

    Hello,

    Could you please help me figure out how to remove the dark blue search box section and bottom entries section of the Data Grid Widget from my Custom Order Form on the Quantity Section. I have attached a screen shot of which sections I am talking about. 

    Thanks

    Here is the form

    https://www.jotform.com/build/90634823882161

    Jotform Thread 1765435 Screenshot
  • Victoria_K
    Replied on March 19, 2019 at 4:52 PM

    As far as I understand, you would like to hide header and footer blocks of Data Grid widget, correct?

    You can add the following CSS code to the widget:

    #BootstrapDable_header, #BootstrapDable_footer {

       display: none; 

    }

    Guide: How-to-Inject-CSS-Codes-to-Widgets

    Can you help remove top search box and bottom entries section of the Data Grid Widget Image 1 Screenshot 20

  • amiller671
    Replied on March 19, 2019 at 7:59 PM

    Thanks!