itsaladin / itsaladin/react-native-fancy-table

Custom / Auto width for columns

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.