We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 根据官网的安装步骤 1.安装完drip-table-generator和drip-table依赖,
2.引入组件
import DripTableGenerator from "drip-table-generator"; import "drip-table-generator/dist/index.min.css"; return <DripTableGenerator />;
3.显示
Expected behavior 按照官网显示,应该显示如下图片,如何能显示出下方的效果,是否有代码示例?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
官网截图示例比较老,是2.x的版本,后续我们会更新一下
Sorry, something went wrong.
我测试的2.x的版本还是显示不出来那个样子
import './App.css'; import { Empty } from 'antd'; import DripTableGenerator from 'drip-table-generator'; import 'drip-table-generator/dist/index.min.css'; import "antd/dist/antd.css";
function App() { return (
export default App;
No branches or pull requests
Describe the bug
根据官网的安装步骤
1.安装完drip-table-generator和drip-table依赖,
2.引入组件
3.显示
Expected behavior
按照官网显示,应该显示如下图片,如何能显示出下方的效果,是否有代码示例?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: