Author Topic: toolbar does not come up in version 3.3.0  (Read 2044 times)

Guoran

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 4
    • View Profile
toolbar does not come up in version 3.3.0
« on: February 12, 2019, 02:52:08 am »
I am using version 3.3.0. I set toolbar, nothing happens. I set showToolbar to true. I get script error. seems _toolbar is undefined in pqgrid.

Could you please give me a work example under version 3.3.0?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: toolbar does not come up in version 3.3.0
« Reply #1 on: February 13, 2019, 08:39:27 am »
There are lot of demos for v3 with toolbar.

Ex: https://paramquery.com/pro/demos33/print

Quote
I set showToolbar to true. I get script error. seems _toolbar is undefined in pqgrid.

There is no showToolbar option in the API of grid.

Default value of showToolbar is true, so no need to set it and even if set, it shouldn't be cause for error. Could you please share a jsfiddle so that I can look into the error faced by you.
« Last Edit: February 13, 2019, 10:39:22 pm by paramquery »