Skip to content

Commit

Permalink
[Docs] Fix typo in table mobile options code example (#4339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jastor11 authored Dec 4, 2020
1 parent a48545b commit 506329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/tables/mobile/mobile_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const exampleItem = `{
mobileOptions: {
render: (item) => (<span>{item.firstName} {item.lastName}</span>), // Custom renderer for mobile view only
header: false, // Won't show inline header in mobile view
width: '100%' // Applies a specific width
width: '100%', // Applies a specific width
enlarge: true, // Increase text size compared to rest of cells
truncateText: false, // Only works if a 'render()' is also provided
}
Expand Down

0 comments on commit 506329d

Please sign in to comment.