ant-design-vue
ant-design-vue copied to clipboard
Support number type for Table API 'rowKey' and 'selectedRowKeys'
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Only support string type now, something unexpected happens when i use the number type.
What does the proposed API look like?
Support for both string and number types for Table API 'rowKey' and 'selectedRowKeys'.