ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on May 16, 2023, 12:47:31 pm
-
Hi
Using 3 jquery tabs.
I use mumtiple toolbar definitions, One for tabs 1 and another for tab 2, 3. Having issue with export function where value from dropdown to select format is not picked from correct grid.
Example in tab 3 I choose csv but format is picked from grid in tab 2.
Do I need to have separate toolbar for each tab or can I reuse toolbar but handle logic to select drowdown from correct grid?
-
Try assigning class instead of id to the format dropdown.
and read the format value as
var format = this.toolbar().find('.export-format').val()
as in this example: https://paramquery.com/pro/demos/export