Skip to content

Module not found: Error: Can't resolve 'react-bootstrap-table-next' #1741

@Pikupman64

Description

@Pikupman64

Hi all,

I'm trying to use react-bootstrap-table-next' but I got this error : Module not found: Error: Can't resolve 'react-bootstrap-table-next'.
Here is my code (the most basic table)

import BootstrapTable from 'react-bootstrap-table-next';

const products = [
{ id: 1, name: "Item 1", price: 100 },
{ id: 2, name: "Item 2", price: 102 }
];
const columns = [
{ dataField: "id", text: "Product ID" },
{dataField: "name",
text: "Product Name" },
{ dataField: "price", text: "Product Price"}
];

And the component

My config
image

Thanks for help :-)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions