Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

hideColumnsByKeys is not a function #445

Closed donniekerr closed 2 years ago

donniekerr commented 2 years ago

this.$refs['tableRef'].hideColumnsByKeys(keys)

tableRef exists in this.$refs. However, hideColumnsByKeys does not exist within it. I get an error hideColumnsByKeys(keys) is not a function. Why doesn't it exist?

huangshuwei commented 2 years ago

Thank you for your feedback. Please use the issue template to help me troubleshoot the problem:https://happy-coding-clans.github.io/issue-template-generater/#/en

donniekerr commented 2 years ago

It required latest 2.13.1 to add these functions