moabtools

Results 2 comments of moabtools

Of course I can do it. But you know, any professional tables implemented this behaviour by default.

Found simple solution [here](https://stackoverflow.com/a/71744132) ``` // vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ devServer: { client: { overlay: { warnings: false, errors: false, }, // or overlay:...