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 - ryan_jiang

Pages: [1]
1
HI,
I find the problem occur at our website use jquery-ui.min.js version is 1.10.3,
older than demo use 1.11.4 , change it  the copy/paste method is work,  thank you!!

2
Hi,
I use paramQuery(free version not pro) copy /paste is work
but use the pro version(for Trial) ,
copy /paste some cell from ms excel is not work,
I try many times...the other function is ok, but just copy/paste not work
I want to ask some question,

1.Pro Version SDK for trial is different formal?

2.https://paramquery.com/pro/demos/copy_paste
this copy/paste demo need use .js file except  on Tutorial >include Files Web Page information ,has any other file need include??

thanks for your reply :)



<!--jQuery dependencies-->
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>   
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
 
<!--ParamQuery Grid css files-->
    <link rel="stylesheet" href="path to pqgrid.(min/dev).css" />   
 
<!--add pqgrid.ui.css for jQueryUI theme support-->
    <link rel="stylesheet" href="path to pqgrid.ui.(min/dev).css" />
 
<!--ParamQuery Grid custom theme e.g., office, bootstrap, rosy, chocolate, etc (optional)-->
    <link rel="stylesheet" href="path to custom theme pqgrid.css" />
 
<!--ParamQuery Grid js files-->
    <script type="text/javascript" src="path to pqgrid.(min/dev).js" ></script>   
 
<!--Include Touch Punch file to provide support for touch devices (optional)-->
    <script type="text/javascript" src="path to touch-punch.min.js" ></script>   
 
<!--Include jsZip file to support xlsx and zip export (optional)-->
    <script type="text/javascript" src="path to jsZip.js" ></script>
 

Pages: [1]