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.
我正在使用handsontable jquery 插件。它具有添加新列的功能。现在我的问题是当添加新列时,我将如何将其保存到数据库中?因为表有固定的列。有什么建议么 ??
当您在handsontable 中创建新列时,也要在数据库中创建新列。您可以使用事件执行此操作:
afterCreateCol (index: Number)
“创建新列时触发回调”