AllenFang / AllenFang/react-bootstrap-table
Width of first column is 100% while rest columns have usual width
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 761
- PR merge metrics
- No merged PRs in 30d
Description
`
{labels.map((label, index) => {
if (index === 0)
return (
{'Esvent'}
)
return (
{new Date(parseInt(label))}
)
})
}
`

Contributor guide
Assessment
This issue has not been assessed yet.