prompt
stringlengths
10
151
Markdown code
stringlengths
5
232
Add status, custom success message
<|{add_value}|status|value=('success', 'Custom success')|>
Show status, multiple with class
<|{show_values}|status|value=[('info', 'Info message'), ('warning', 'Warning message')]|class_name='multi-status'|>
Display status, error with ID
<|{display_value}|status|value=('error', 'Error message')|id='status-error'|>
Insert status, success without dismiss
<|{insert_value}|status|value=('success', 'Success message')|without_close|>
Create status, warning and info
<|{create_values}|status|value=[('warning', 'Warning message'), ('info', 'Info message')]|>
Add status, error with custom class
<|{add_value}|status|value=('error', 'Error message')|class_name='error-class'|>
Show status, success and warning
<|{show_values}|status|value=[('success', 'Success message'), ('warning', 'Warning message')]|>
Display status, info without close
<|{display_value}|status|value=('info', 'Information message')|without_close|>
Insert status, multiple messages
<|{insert_values}|status|value=[('info', 'Info 1'), ('info', 'Info 2')]|>
Create status, error with hover text
<|{create_value}|status|value=('error', 'Error message')|hover_text='Error info'|>
Add status, success with custom ID
<|{add_value}|status|value=('success', 'Success message')|id='status-success'|>
Show status, warning with width
<|{show_value}|status|value=('warning', 'Warning message')|width='250px'|>
Display status, info with hover
<|{display_value}|status|value=('info', 'Information message')|hover_text='Info details'|>
Insert status, error without close
<|{insert_value}|status|value=('error', 'Error message')|without_close|>
Create status, success and error
<|{create_values}|status|value=[('success', 'Success message'), ('error', 'Error message')]|>
Add status, warning with class name
<|{add_value}|status|value=('warning', 'Warning message')|class_name='warning-class'|>
Show status, info and success
<|{show_values}|status|value=[('info', 'Info message'), ('success', 'Success message')]|>
Display status, error and hover
<|{display_value}|status|value=('error', 'Error message')|hover_text='Error details'|>
Insert status, multiple with ID
<|{insert_values}|status|value=[('warning', 'Warning 1'), ('warning', 'Warning 2')]|id='multi-warning'|>
Create status, info with width
<|{create_value}|status|value=('info', 'Info message')|width='350px'|>
Add status, success without dismiss
<|{add_value}|status|value=('success', 'Success message')|without_close|>
Show status, warning and hover
<|{show_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>
Display status, error with class
<|{display_value}|status|value=('error', 'Error message')|class_name='error-status'|>
Insert status, info with ID
<|{insert_value}|status|value=('info', 'Info message')|id='info-status'|>
Create status, multiple errors
<|{create_values}|status|value=[('error', 'Error 1'), ('error', 'Error 2')]|>
Add status, success with hover
<|{add_value}|status|value=('success', 'Success message')|hover_text='Success info'|>
Show status, info and class
<|{show_value}|status|value=('info', 'Info message')|class_name='info-status'|>
Display status, warning without close
<|{display_value}|status|value=('warning', 'Warning message')|without_close|>
Insert status, multiple successes
<|{insert_values}|status|value=[('success', 'Success 1'), ('success', 'Success 2')]|>
Create status, error with ID
<|{create_value}|status|value=('error', 'Error message')|id='error-status'|>
Add status, info with label
<|{add_value}|status|value=('info', 'Info message')|label='Info Status'|>
Show status, error without close
<|{show_value}|status|value=('error', 'Error message')|without_close|>
Display status, success with class
<|{display_value}|status|value=('success', 'Success message')|class_name='success-class'|>
Insert status, warning with ID
<|{insert_value}|status|value=('warning', 'Warning message')|id='status-warning'|>
Create status, info with hover text
<|{create_value}|status|value=('info', 'Info message')|hover_text='More info'|>
Add status, error with custom width
<|{add_value}|status|value=('error', 'Error message')|width='250px'|>
Show status, success without dismiss
<|{show_value}|status|value=('success', 'Success message')|without_close|>
Display status, warning and error
<|{display_value}|status|value=[('warning', 'Warning message'), ('error', 'Error message')]|>
Insert status, info and success
<|{insert_value}|status|value=[('info', 'Info message'), ('success', 'Success message')]|>
Create status, error with hover
<|{create_value}|status|value=('error', 'Error message')|hover_text='Error info'|>
Add status, success with label
<|{add_value}|status|value=('success', 'Success message')|label='Success Status'|>
Show status, warning with custom class
<|{show_value}|status|value=('warning', 'Warning message')|class_name='warning-class'|>
Display status, info without close
<|{display_value}|status|value=('info', 'Info message')|without_close|>
Insert status, error with ID
<|{insert_value}|status|value=('error', 'Error message')|id='status-error'|>
Create status, success and info
<|{create_value}|status|value=[('success', 'Success message'), ('info', 'Info message')]|>
Add status, error with hover text
<|{add_value}|status|value=('error', 'Error message')|hover_text='Error details'|>
Show status, success with custom width
<|{show_value}|status|value=('success', 'Success message')|width='300px'|>
Display status, warning without dismiss
<|{display_value}|status|value=('warning', 'Warning message')|without_close|>
Insert status, info with class
<|{insert_value}|status|value=('info', 'Info message')|class_name='info-class'|>
Create status, error and warning
<|{create_value}|status|value=[('error', 'Error message'), ('warning', 'Warning message')]|>
Add status, success with ID
<|{add_value}|status|value=('success', 'Success message')|id='status-success'|>
Show status, info with hover
<|{show_value}|status|value=('info', 'Info message')|hover_text='Info hover'|>
Display status, error without close
<|{display_value}|status|value=('error', 'Error message')|without_close|>
Insert status, success with label
<|{insert_value}|status|value=('success', 'Success message')|label='Success Label'|>
Create status, warning with class name
<|{create_value}|status|value=('warning', 'Warning message')|class_name='warning-status'|>
Add status, info with custom ID
<|{add_value}|status|value=('info', 'Info message')|id='status-info'|>
Show status, error and success
<|{show_value}|status|value=[('error', 'Error message'), ('success', 'Success message')]|>
Display status, warning with hover text
<|{display_value}|status|value=('warning', 'Warning message')|hover_text='Warning details'|>
Insert status, info without dismiss
<|{insert_value}|status|value=('info', 'Info message')|without_close|>
Create status, error with width
<|{create_value}|status|value=('error', 'Error message')|width='350px'|>
Add status, success with hover
<|{add_value}|status|value=('success', 'Success message')|hover_text='Success details'|>
Show status, warning with ID
<|{show_value}|status|value=('warning', 'Warning message')|id='status-warning'|>
Display status, info and error
<|{display_value}|status|value=[('info', 'Info message'), ('error', 'Error message')]|>
Insert status, success without close
<|{insert_value}|status|value=('success', 'Success message')|without_close|>
Create status, warning with custom class
<|{create_value}|status|value=('warning', 'Warning message')|class_name='custom-warning'|>
Add status, info with width
<|{add_value}|status|value=('info', 'Info message')|width='250px'|>
Show status, error with hover text
<|{show_value}|status|value=('error', 'Error message')|hover_text='Error hover'|>
Display status, success without dismiss
<|{display_value}|status|value=('success', 'Success message')|without_close|>
Insert status, warning with label
<|{insert_value}|status|value=('warning', 'Warning message')|label='Warning Label'|>
Create status, info with class name
<|{create_value}|status|value=('info', 'Info message')|class_name='info-status'|>
Create table, custom column order
<|{data}|table|order='col3;col1;col2'|>
Display table, alternate row colors
<|{data}|table|row_colors='alt'|>
Show table, resizable columns
<|{data}|table|resizable|>
Insert table, hide specific columns
<|{data}|table|hide='col4'|>
Add table, conditional formatting
<|{data}|table|conditional_format='condition1'|>
Create table with hover effect
<|{data}|table|hover|>
Display table, column alignment
<|{data}|table|align='center'|>
Show table with expandable rows
<|{data}|table|expandable|>
Insert table, footer summary
<|{data}|table|footer='summary'|>
Add table with fixed headers
<|{data}|table|fixed_header|>
Create table, sortable columns
<|{data}|table|sortable|>
Show table, multi-column sorting
<|{data}|table|multi_sort|>
Insert table, custom cell formatting
<|{data}|table|cell_format='format1'|>
Add table, hide pagination
<|{data}|table|hide_pagination|>
Create table with specific tooltip
<|{data}|table|tooltip='custom_tooltip'|>
Display table, custom header style
<|{data}|table|header_style='style2'|>
Show table with row filtering
<|{data}|table|row_filter='filter1'|>
Insert table, dynamic page size
<|{data}|table|page_size='dynamic'|>
Add table, selectable rows
<|{data}|table|selectable|>
Create table with custom footer
<|{data}|table|footer='custom_footer'|>
Display table, column resizing
<|{data}|table|resizable|>
Show table, cell hover effect
<|{data}|table|cell_hover|>
Insert table, custom row filter
<|{data}|table|row_filter='custom_filter'|>
Add table, hide specific row
<|{data}|table|hide_row='row5'|>
Create table, column visibility toggle
<|{data}|table|toggle_visibility|>
Display table, fixed column
<|{data}|table|fixed_column='col1'|>
Show table with custom cell style
<|{data}|table|cell_style='style3'|>
Insert table, row highlight on hover
<|{data}|table|highlight_on_hover|>
Add table, custom page size options
<|{data}|table|page_size_options='10,20,30'|>
Create table, column sort order
<|{data}|table|sort_order='asc'|>