Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从数据库(在 PHP 中)填充 YUI2 DataTable。现在用户应该对 DataTable 进行更改。这些更改应保存到 $_POST 以便它们可以再次保存到数据库中。
我的问题:将变量放入 post 的唯一方法似乎是表单中的输入元素。但是 DataTable 不包含输入元素,它是文本,会在单击时生成一个 JavaScript 输入字段。
有人知道解决这个问题的方法吗?
谢谢。
如果有人想知道同样的事情,您可以在 getCount 和 getData 函数的帮助下,通过 getRecord 从 DataTable 访问数据。