diff --git a/src-docs/src/views/tables/mobile/mobile_section.js b/src-docs/src/views/tables/mobile/mobile_section.js index e48c3734c24..689549174da 100644 --- a/src-docs/src/views/tables/mobile/mobile_section.js +++ b/src-docs/src/views/tables/mobile/mobile_section.js @@ -16,7 +16,7 @@ const exampleItem = `{ mobileOptions: { render: (item) => ({item.firstName} {item.lastName}), // 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 }