Commit fa2c7e1e authored by leon's avatar leon

feat: table header click condition

parent b505221a
...@@ -227,6 +227,9 @@ ...@@ -227,6 +227,9 @@
}, },
headerClick(e) { headerClick(e) {
if (!this.elementInfo.table.tableHeader.headerClick) {
return
}
const { const {
index, index,
data data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment