Skip to content

Commit

Permalink
Merge pull request #8 from icflorescu/next
Browse files Browse the repository at this point in the history
Docs: fix typo in axample
  • Loading branch information
icflorescu committed Nov 7, 2023
2 parents 148aca0 + 2312303 commit b48f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/PinLastColumnExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function PinLastColumnExample() {
withBorder
columns={[
{ accessor: 'firstName', noWrap: true },
{ accessor: 'lastNameName', noWrap: true },
{ accessor: 'lastName', noWrap: true },
{ accessor: 'department.name', title: 'Department' },
{ accessor: 'department.company.name', title: 'Company', noWrap: true },
{ accessor: 'department.company.city', title: 'City', noWrap: true },
Expand Down

0 comments on commit b48f8a1

Please sign in to comment.