问题标签 [dynatable]
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.
javascript - Javascript添加删除行发送表单而不是添加行
谁能帮我写这个脚本。为什么要提交此表单,而不是在表格上添加新行?如果我删除表单标签和提交按钮,它可以很好地添加和删除行。
jquery - 使用 Dynatable 插件更新表
我正在尝试 dynatable 并且遇到了问题。我不确定如何更新来自不同 json 文件的记录。
我的html正文:
我的脚本
我试图取消绑定表并使用新数据集重做,但没有成功。老实说,我不知道。谢谢你的帮助!
javascript - Load remote JSON from Dynatable
Update: to avoid the possibility that the problem comes solely down to the same origin policy, I've tried serving this locally where all assets are coming from http://localhost:4000
using Serve. It didn't solve the problem. So editing the fiddle might not work because of the same origin policy, but you can see the code there.
I'm trying to use Dynatable to load external JSON, skipping the read/normalize step (which generates the JSON from an existing table). This is supposed to be supported, but it's not working for me.
Here's my attempt on JSFiddle. Loading JSON from within the document (which doesn't seem terribly useful to me) is working perfectly, as seen in the fiddle. But pulling it in from a URL is not working at all.
Here's my JavaScript:
...which refers to two tables, one with an id of "local" and another with an id of "remote", and to a script containing data for the local table:
jquery - 如何让可动态的 json rails 工作
我试图让 ajax 使用 rails 加载 json 变得可动态化,但我收到一个错误,我需要帮助解释。我该如何设置?
安慰
日志
主题.JS
Subjects_controller
javascript - Dynatable.js 自定义排序
我正在尝试为我的 dynatable 创建一个自定义排序函数以正确排序整数,但似乎我遗漏了一些东西,这是我的排序函数:
这是小提琴,你可以看到排序在“Nombre”列上不起作用
javascript - 如何对本地定义的变量进行 AJAX 调用
我正在尝试在获得 JSON 之后生成一个列表,我从 dynatable 库中找到了文档,因此他们可以以 ajax 方式填充一个表来接收 JSON。
但是,如果我已经将 json 存储在变量中怎么办。到目前为止,我已经尝试过:
所以我得到了一个 404 代码,我知道那是因为那不是一条实际的路线。但是我能做些什么来告诉图书馆请求该文件。甚至不需要ajax吗?
dynatable - Dynatable data-dynatable-no-sort 不工作
我将 data-dynatable-no-sort 属性添加到我的表头中,如下所示:
但它对我不起作用。
我将属性添加到删除列。为什么这个属性不起作用?
javascript - 如何将带有嵌套 JSONS 的 JSON 带入 html 表?
我有一个 JSON,里面有一些字典。我需要生成一个 html 表,因此每个外部键都将是表的一列。内部键值对至少应作为单个文本添加(我认为可能有嵌套单元格来表示它,但这会使它更复杂)。
我使用了可动态库,但由于接收到的 JSON 的结构,它将无法正确呈现表格。
这是我的代码:
第一个循环只是为了查看我正在管理多少列。
这是 JSON 结构的示例:
我能得到什么解决方案?我正在使用 Bootstrap,以防万一。
javascript - Giant Bomb API 结果到 Dynatable
我不太确定如何以表格形式列出我的 ajax/json 结果。Chrome 的开发者工具中的网络选项卡显示 api 调用已进行,但已取消。我猜这是因为我得到的错误。
我如何带来巨型炸弹给我的 JSON 并将其转换为 dynatable 可以理解的格式?
到目前为止,这是我的 javascript...
和错误:
[错误] TypeError:'未定义'不是对象(评估>'settings.dataset.records.length')
更新(jquery.dynatable.js,第 357 行)
成功(jquery.dynatable.js,第 232 行)
j(jquery-2.1.0.min.js,第 2 行)
fireWith(jquery-2.1.0.min.js,第 2 行)
x(jquery-2.1.0.min.js,第 4 行)
(匿名函数)(jquery-2.1.0.min.js,第 4 行)