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

Pages: [1]
1
Help for ParamQuery Grid (free version) / Re: Hide row numbering
« on: November 18, 2020, 11:24:23 pm »
Thanks. :)

2
Help for ParamQuery Grid (free version) / Hide row numbering
« on: November 18, 2020, 08:39:18 pm »
Hi,

Is there a way to hide/turn off row numbering?

I have a first column that is the same as the  index in my data array - it starts at 0 and indeed pqGrid seems to expect that. However pqGrid first entry is presented as row number 1 - which is bit confusing for viewers. If I can turn off the row numbering then that will solve the problem as I don't actually use the row numbers (other than programatically as in addClass to a row or cell).

Even better would be to keep the row numbering but have the first row numbered as zero.

Thanks for any assistance.

3
Help for ParamQuery Grid (free version) / Re: Get the obj from the grid
« on: November 13, 2020, 01:12:32 am »
Thanks - much better - I can restore. via JSON, all my data and headers etc and all I am now missing is the class information that I added to a particular cell.

4
Help for ParamQuery Grid (free version) / Get the obj from the grid
« on: November 12, 2020, 05:06:59 am »
Hi
Is there a function that returns the obj object that belongs to the grid.
The variable obj that was used to initialise seems to update most of the time ok
But occasionally it doesnt. So i was wondering if there is a function like
pqGrid. getObj() to make sure i am accessing the current version. I ve been experimenting
Dumping a json string representing obj.
Thanks.

5
Help for ParamQuery Grid (free version) / offline exporting of csv
« on: November 02, 2020, 10:49:53 pm »
Hi

I was wondering what would be the best method to implement a download direct from the client to the client without the intervening upload to server? - I believe this is possible in there is a javascript function to create a url that can be used for a subsequent download?

Your example works okay but I'd like not to be dependent on an internet server or have to set up my own server.

Cheers.


Pages: [1]