Tony

Results 16 comments of Tony

> 请给出在线复现 demo I have the same issue about combo overlap https://codesandbox.io/s/withered-grass-8flyf1?file=/index.js

@matiasmoreno876 thanks so much for reply. I prepared the kibana dev env with kibana 7.10, switch the Wazuh app branch to [4.3-7.10](https://github.com/wazuh/wazuh-kibana-app/tree/4.3-7.10), the building works. What I want to do...

antdv 3.0 的table支持调整列宽度 https://next.antdv.com/components/table-cn/#components-table-demo-resizable-column { dataIndex: 'name', key: 'name', resizable: true, width: 150, },

There is no data in collection wines, you need to call populateDB() once to insert records into it first

For socket.io.js 404 issue, the socket.io client js is missing, you need to copy the /nodecellar/node_modules/socket.io/node_modules/socket.io-client/dist/socket.io.js into folder /nodecellar/public/socket.io/socket.io.js .