问题标签 [paramquery]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - ParamQuery Jquery Grid plugin not displaying Data
My requirement is I need to display a data in a grid with pagination.Its going to be readonly and no editing is necessary.I looked for lot of plugins and I finally found this ParamQuery Grid from jquery.
Now my controller is sending me a ViewModel object which has two properties in it. One is a Customer property which is of type CustomerModel and one is a PaymentSummary property which is a list. So I m populating both and sending it to the View. And in the view I m trying the below code. The result is I m getting the number of rows appropriately but the rows are all blank. Meaning, my recordset from db is returning 125 rows and I can see 125 rows in the grid but I can t see the data. Not sure what is the issue. I am assuming its with the data format. Could somebody please help me with this ? I am converting my model to json object but looks like its taking an array. So not sure if that may be the reason.
javascript - Paramquery:同一页面上的多个网格不更新
所以我在主页上有一个主要的 pqgrid 对象,在编辑其中一行时,会出现一个 jquery 弹出窗口,其中包含与该行对应的数据,其中包括几个文本字段和另一个 pqgrid。
我第一次单击编辑时,内部网格正确加载了正确的数据。但是在关闭对话框并编辑不同的行时,网格加载为空而没有任何数据。
为了调试,这就是我的 dataModel 的 getData 的样子:
它打印正确的 customerId 以及来自服务器的正确响应,但仍然没有填充行。
这是复制问题的链接。
选择一个随机行并单击编辑。新网格填充得很好。关闭对话框并编辑不同的行。新网格不显示任何记录。打开浏览器控制台以确认新数据来自 Web 服务。
谢谢。
struts2-jquery-grid - ParamQuery ColModel 未正确显示
我想请求帮助以验证 ParamQuery 库的行为,我不确定与以下内容有关:
我正在尝试根据一年中的每一周实现一个 ColModel,这个 ColModel 是动态的,并且会根据年份而变化,因为每周会有不同的日期,并且每周将从不同的日期开始。
我已经使用网站上的一个示例成功实现了一个与动态模型连接的静态 colModel。
使用的示例如下:https ://paramquery.com/demos/editing_instant
对于这个确切的模型,我使用 PHP 根据所选日期附加新列。通过使用以下结构:
这个 ColModel 是使用 PHP 正确设计的,并且在大多数情况下都能正确显示(请参阅附件)。
但是,当更改屏幕大小或滚动表格时,标题将开始节流并显示不正确:
有谁知道如何解决这个问题?或者它是否与显示属性有关?
用于生成星期和日期的 PHP 代码:
生成 ColModel 后,使用以下命令刷新表:
javascript - 如何在特定单元格的jquery网格中禁用复选框(不是整行)
当我加载页面时,一些复选框应该被禁用并且用户不应该能够选择它们。例如,在加载页面时,应该禁用带有奇数“id”的行的复选框。但不应禁用整行,仅禁用复选框。我一直试图弄清楚很长时间,但我找不到任何答案。提前致谢。这是我的代码。
jquery - 如何将 fontawsome 图标添加到 paramquery 网格......不是 JqGrid?
我想在paramquery网格行中制作fontawsome图标。怎么可能?
django - 将 paramquery 包含到 django 应用程序中
知道为什么 paramquery 中的 pqgrid 不起作用吗?我尝试导入本地文件或链接在线文件,但仍然无法正常工作。我认为当我将文件加载到 django 项目中时这是一个问题,但我不知道为什么。有什么帮助吗?
这是HTML模板:
设置文件: