Skip to content

Commit

Permalink
Merge pull request #461 from icflorescu/next
Browse files Browse the repository at this point in the history
Docs: fix typo in example
  • Loading branch information
icflorescu authored Nov 7, 2023
2 parents e5695a1 + 4a25bee commit fc97ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function PinLastColumnExample() {
withTableBorder
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 fc97ea6

Please sign in to comment.