Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bwt

Pages: [1] 2
1
Help for ParamQuery Pro / Re: dataIndx nested json
« on: December 05, 2020, 12:43:59 am »
seems like you not understand me , i need to know how dataIndx of nested object , why need fiddle ??


2
Help for ParamQuery Pro / Re: dataIndx nested json
« on: December 04, 2020, 05:49:34 pm »
https://jsfiddle.net/i3laddin/pv0ey9ju/4/ you can understand me from this array in this fiddle
i type comment for what i need

3
Help for ParamQuery Pro / Re: dataIndx nested json
« on: December 04, 2020, 05:43:59 pm »
i have a nested object ,
let's consider this object
var obj = {

data1:"x",
data2:"y",
data3 : {
data1-1:"xx",
data1-2: {
data1-2-1:"xxx"
}
}
}
in this example we have main columns , is data1 , data2 and data3
and data3 have two column, data1-1 and data 1-2 and so on
i need to get the dataIndx for data 1-2-1 , to print the results in the column

4
Help for ParamQuery Pro / dataIndx nested json
« on: December 04, 2020, 05:26:29 pm »
hello :)
i need to know how to get tthe dataIndx for nested json to call inside of nested colModel
thanks a lot
i wish to hear near from you cause it's urgent case

5
when i assign it to 100% it take 100% of the data content not the parent ????

6
i have a resizable react component
i put the pqgrid as a child of this grid

so it's like that
<Parent>

<Pqgrid/>

<parent/>

what i am asking for is i need to change the width and height of the paramqery grid to be 100% of the parent , so when i resize the parent , the grid take 100 width and height same like parent
ps: i cannot calculate the parent height and width for many reasons

7
Help for ParamQuery Pro / Re: help with nested grid for paramquery
« on: November 16, 2020, 11:19:17 pm »
actually it's a big scale app and i can't post it on stackblitz

8
Help for ParamQuery Pro / Re: help with nested grid for paramquery
« on: November 16, 2020, 10:59:28 pm »
is it important to use stackblitz , i can share screenshot here

9
Help for ParamQuery Pro / Re: help with nested grid for paramquery
« on: November 16, 2020, 10:29:11 pm »
i use this "javascript-detect-element-resize/jquery.resize.js" in script tag for html page on my react app
and it's do nothing
please i wish to reply asap
i have to deliver the work today

10
Help for ParamQuery Pro / import XLSX file error
« on: November 15, 2020, 09:10:43 pm »
it give me this error when i try to import xlsx file into the grid
The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.

and i use the jszip file that's came with the pro version files
it's 2.5.0

11
Help for ParamQuery Pro / help with nested grid for paramquery
« on: November 15, 2020, 07:06:25 pm »
hello
i have a little problem with nested grid flex height , i set the height to flex and it's not expandable when i expanded it , looks like overflow hidden for the grid
also i check a lot of answers in another questions but it's not work too
i use the latest version of pro paramquery , i can share the code if needed
thanks

12
Help for ParamQuery Pro / Insert PQ grid into wordpress page
« on: October 25, 2020, 05:28:29 pm »
Hello Team,
do you have an example of how to insert PQ control in a WordPress page? Or can you explain how to do it?

Thanks
Carlo

13
10x for your clarifications.

Regards
Carlo

14
Good day,
I'm a novice testing the PRO evaluation version.

1) Export Problem
I have implemented this demo https://paramquery.com/pro/demos/export with my data in the localhost, but I'm facing a problem during export: No error but nothing happens. Is it due that it is an evaluation version?

2) Excel Columns
I wish to create a report with columns that I can create setting the borders. Can I set an A4 page in order to have the paging of the data and where to use also the page header/footer? See attach, please.

3) Zip file
I see that is possible to export as Zip File containing the JSON tables. Is it correct? Can I create a zip file containing all the JSONs tables in one file?

4) Open/Save
Is it possible to open/save the zip file in the remote Drive (Dropbox or similar) and/or in the PC local HD?

10x in advance for your support
Regards

15
ParamQuery Pro Evaluation Support / Re: load data problem
« on: April 01, 2020, 02:30:14 pm »
Thanks a lot and Sorry for my stupid questions.

Regards

Pages: [1] 2