I can't find TableRow and Table Col
michaelsync opened this issue · 1 comments
michaelsync commented
I am able to use the Table but I can't find TableRow or TableCol. How do we use Table with this package? Thanks.
import { Table } from 'react-bootstrap';
michaelsync commented
It seems like using <tbody> <tr> <td> directly works.