mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[react-bootstrap-table-next] fix test column
This commit is contained in:
parent
50dd66722c
commit
55bdedc29a
@ -69,6 +69,7 @@ const productColumns: Array<ColumnDescription<Product>> = [
|
||||
*/
|
||||
{
|
||||
isDummyField: true,
|
||||
dataField: '',
|
||||
sort: true,
|
||||
formatter: priceFormatter,
|
||||
text: 'Product Price',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user