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

Pages: [1]
1
I'm in the process of converting our old legacy js project over to typescript and bundling with webpack and am having problems the PQ Grid Pro v2.0.0 (I know we are on an old version).
But I believe the problem is really with how the new version of JQuery UI is packaged on NPM. I.e. each widget being a separate module. But I would like to know which UI widgets and whatnot are required by PQ Grid? So I can import them into my modules that use PQ Grid.

Currently I get a runtime error: b.widget is not a function from pqgrid.min.js line 9.


Anyone have any advice?

2
Help for ParamQuery Grid (free version) / WebPack + TypesScript + PQGrid
« on: February 01, 2019, 06:36:23 am »
I'm in the process of converting our old legacy js project over to typescript and bundling with webpack and am having problems the PQ Grid Pro v2.0.0 (I know we are on an old version).
But I believe the problem is really with how the new version of JQuery UI is packaged on NPM. I.e. each widget being a separate module. But I would like to know which UI widgets and whatnot are required by PQ Grid? So I can import them into my modules that use PQ Grid.

Currently I get a runtime error: b.widget is not a function from pqgrid.min.js line 9.


3
Help for ParamQuery Pro / Re: Two lines for every row of json data?
« on: July 22, 2015, 12:22:30 am »
Thanks I saw that in the api docs, but I'm on 2.0.0 and it doesn't seem to be available. I'll try to buy an upgrade. And see if it works.

4
Help for ParamQuery Pro / Two lines for every row of json data?
« on: July 21, 2015, 05:24:47 am »
Hi, I have a column (in my json data) that has a list of names, so the data is potentially long. I need to have that column show in a second line for each row of json data.

So let's say I'm showing 4 column. Columns 1 - 3 should be on one line, and column 4 should be on a second line and be the entire width of the grid (i.e. colspan=3).

LIke this:

EmployerFirstLast
Joe's plumbingFredSmith
Employees: John, Bill, George, Jimmy
Greg's AutoJohnJones
Employees: Sam, Phil, Tim
Jill's hair salonJaneDoe
Employees: Sally, Jan, Alfred, Susan, Margret

Any ideas?

Pages: [1]