Skip to content

Commit

Permalink
fix(datagrid): improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Dec 26, 2023
1 parent 717349a commit 0a05892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultStoryParams = {
return `<osds-icon name="calendar"></osds-icon> <osds-text color="text" size="400">${value}</osds-text>`;
} },
{ field: 'test', title: 'Button', formatter: () => {
return `<osds-menu>
return `<osds-menu style='position: absolute;'>
<osds-button slot="menu-title" color="primary" variant="stroked">Menu <osds-icon name='home' size='xs'></osds-icon></osds-button>
<osds-menu-group>
<osds-text>Group/Text 1</osds-text>
Expand Down

0 comments on commit 0a05892

Please sign in to comment.