-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
Describe the bug
When I select and save the dates using react-date-picker
, saved well in the database. But when I show them with react-bootstrap-table-next
, don't show correctly.
To Reproduce
Use:
...
<DatePicker onChange={d => setDt(d)} value={date} />
<BootstrapTable
bootstrap4
keyField="id"
data={data}
columns={columns}
pagination={paginationFactory(options)}
/>
Screenshots
If applicable, add screenshots to help explain your problem.
Metadata
Metadata
Assignees
Labels
No labels