ag-grid 是否支持 Vue.js 服务器端模型?
Does ag-grid support Vue.js with the server side model?
我是 ag-grid 的新手,请注意服务器端模型的示例:
https://www.ag-grid.com/javascript-grid-server-side-model/
仅适用于 JavaScript、Angular 和 React。
只是缺少示例,还是服务器端模型根本无法与 Vue.js 一起使用?
它将在 Vue.js 中正常工作,只是没有为它编写的示例。
我可以通过比较 JavaScript 和 React 示例来判断这一点。我对它们都很了解,并且在 React 示例中没有太多特定于 React 的内容。您可以将其移植到 Vue.js 并使用标准 ag-grid-vue
组件。
如果您需要报价:https://www.ag-grid.com/best-vuejs-data-grid/
ag-Grid VueJS Features
Every feature of ag-Grid is available when
using the ag-Grid VueJS Component. The VueJS Component wraps the
functionality of ag-Grid, it doesn't duplicate, so there will be no
difference between core ag-Grid and VueJS ag-Grid when it comes to
features.
我是 ag-grid 的新手,请注意服务器端模型的示例:
https://www.ag-grid.com/javascript-grid-server-side-model/
仅适用于 JavaScript、Angular 和 React。
只是缺少示例,还是服务器端模型根本无法与 Vue.js 一起使用?
它将在 Vue.js 中正常工作,只是没有为它编写的示例。
我可以通过比较 JavaScript 和 React 示例来判断这一点。我对它们都很了解,并且在 React 示例中没有太多特定于 React 的内容。您可以将其移植到 Vue.js 并使用标准 ag-grid-vue
组件。
如果您需要报价:https://www.ag-grid.com/best-vuejs-data-grid/
ag-Grid VueJS Features
Every feature of ag-Grid is available when using the ag-Grid VueJS Component. The VueJS Component wraps the functionality of ag-Grid, it doesn't duplicate, so there will be no difference between core ag-Grid and VueJS ag-Grid when it comes to features.