AllenFang / AllenFang/react-bootstrap-table

Width of first column is 100% while rest columns have usual width

Open
#1,420 1 comment 0 reactions 0 assignees View on GitHub
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))}
)
})
}
`

![image](https://user-images.githubusercontent.com/5230742/27542488-ff3acbe4-5aa4-11e7-8275-49224082689a.png)

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.