A customizable Ant Design Table component with dynamic height detection, built for React applications. AntdCustomTable automatically adjusts its scrollable area and height based on the height of a specified parent container, ensuring a responsive and adaptive UI.
- Installation
- Peer Dependencies
- Usage Example
- Props
- Advanced Usage
- Styling
- Troubleshooting
- Contributing
- License
Install AntdCustomTable via npm or yarn:
npm install antd-custom-table
# or
yarn add antd-custom-table