itsaladin / itsaladin/react-native-fancy-table
Custom / Auto width for columns
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It seems like the width for header and data columns are set using the precalculated value based on the rowWidth parameter given to the component.
`width: __rowWeight || __defaultRowWeight`
in which :
`const __rowWeight = __WIDTH / rowWidth!; `
It would be nice if we could manage each column width or at least make them automatically adjustable according to header text width.
Contributor guide
Assessment
This issue has not been assessed yet.