How to enable export option in devextreme Treelist control

I am using the jquery version of Dev express controls. The widget that I am using is a Tree list widget. I have used data grid and was able to implement the export feature by setting the

export: {
      enabled: true,
}

Is such an option available for tree list.

链接地址: http://www.djcxy.com/p/31120.html

上一篇: Angular2 + DevExtreme oData查找多个商店

下一篇: 如何在devextreme Treelist控件中启用导出选项