prompt
stringlengths 10
151
| Markdown code
stringlengths 5
232
|
---|---|
Display table, sticky header | <|{data}|table|sticky_header|> |
Show table with custom alignment | <|{data}|table|align='right'|> |
Insert table, column-specific style | <|{data}|table|column_style='col1:style4'|> |
Add table, custom row height | <|{data}|table|row_height='30px'|> |
Create table, hide headers | <|{data}|table|hide_headers|> |
Display table, column-specific filter | <|{data}|table|column_filter='col2'|> |
Show table, cell-specific tooltip | <|{data}|table|cell_tooltip='tooltip3'|> |
Insert table, custom edit function | <|{data}|table|edit_function='edit_func'|> |
Add table, dynamic column resizing | <|{data}|table|dynamic_resizing|> |
Create table with auto-loading | <|{data}|table|auto_loading=True|> |
Add table with custom date format | <|{data}|table|date_format='dd-MM-yyyy'|> |
Display table with number format | <|{data}|table|number_format='0.00'|> |
Show table, group by a column | <|{data}|table|group_by['column1']=True|> |
Insert table with aggregation function | <|{data}|table|apply['column1']='sum'|> |
Create table, custom style for a column | <|{data}|table|style['column1']='background-color: red'|> |
Add table with tooltip function | <|{data}|table|tooltip='tooltip_func'|> |
Display table, set width & height | <|{data}|table|width='70%'|height='400px'|> |
Show table with filter enabled | <|{data}|table|filter=True|> |
Insert table, filter for a column | <|{data}|table|filter['column2']=True|> |
Create table with NaN value replacement | <|{data}|table|nan_value='None'|> |
Add table, replace NaN in a column | <|{data}|table|nan_value['column3']='N/A'|> |
Display table, editable cells | <|{data}|table|editable=True|> |
Show table, non-editable column | <|{data}|table|editable['column4']=False|> |
Insert table with on-edit callback | <|{data}|table|on_edit='on_edit_callback'|> |
Create table, on-delete functionality | <|{data}|table|on_delete='delete_callback'|> |
Add table with on-add row function | <|{data}|table|on_add='add_row_callback'|> |
Display table, on-action callback | <|{data}|table|on_action='action_callback'|> |
Show table, set row size | <|{data}|table|size='medium'|> |
Insert table with rebuild option | <|{data}|table|rebuild=True|> |
Create table, set active state | <|{data}|table|active=False|> |
Add table with custom ID | <|{data}|table|id='table_id'|> |
Display table, additional properties | <|{data}|table|properties={'key': 'value'}|> |
Show table, apply CSS class | <|{data}|table|class_name='custom_class'|> |
Insert table with hover text | <|{data}|table|hover_text='Hover info'|> |
Create table, show selected rows | <|{data}|table|selected=[7,8]|> |
Add table, customize page sizes | <|{data}|table|page_size_options=[10, 20, 30]|> |
Display table, custom tooltip for column | <|{data}|table|tooltip['column5']='column_tooltip'|> |
Show table, set table height | <|{data}|table|height='300px'|> |
Insert table, custom NaN for column | <|{data}|table|nan_value['column6']='--'|> |
Create table, disallow column edit | <|{data}|table|editable['column7']=False|> |
Add table with on-edit for column | <|{data}|table|on_edit='edit_column'|> |
Display table, on-delete for rows | <|{data}|table|on_delete='delete_row'|> |
Show table, on-add new row | <|{data}|table|on_add='add_new_row'|> |
Insert table, action on row select | <|{data}|table|on_action='select_row'|> |
Create table, set as inactive | <|{data}|table|active=False|> |
Add table with specific ID | <|{data}|table|id='unique_id'|> |
Display table, add extra properties | <|{data}|table|properties={'prop': 'value'}|> |
Show table, apply custom class | <|{data}|table|class_name='my_class'|> |
Insert table, hover text on cells | <|{data}|table|hover_text='Cell info'|> |
Create table with selected row highlighting | <|{data}|table|selected=[9, 10]|> |
Display table with custom tooltip function | <|{data}|table|tooltip='custom_tooltip_func'|> |
Show table, allow column filtering | <|{data}|table|filter=True|> |
Insert table with editable rows | <|{data}|table|editable=True|> |
Add table, custom column width | <|{data}|table|width['col4']='200px'|> |
Create table with dynamic page size | <|{data}|table|page_size='dynamic'|> |
Display table, specify column order | <|{data}|table|order='col5;col6;col7'|> |
Show table with cell hover effect | <|{data}|table|cell_hover|> |
Insert table, set row size to small | <|{data}|table|size='small'|> |
Add table with row expandability | <|{data}|table|expandable|> |
Create table, enable row selection | <|{data}|table|selectable|> |
Display table with fixed column | <|{data}|table|fixed_column='col8'|> |
Show table, custom NaN value | <|{data}|table|nan_value='No Data'|> |
Insert table with conditional formatting | <|{data}|table|conditional_format='condition2'|> |
Add table, on-delete row callback | <|{data}|table|on_delete='delete_row_callback'|> |
Create table with column-specific filtering | <|{data}|table|filter['col9']=True|> |
Display table, editable specific column | <|{data}|table|editable['col10']=True|> |
Show table with on-add row callback | <|{data}|table|on_add='add_row_callback'|> |
Insert table, on-action row callback | <|{data}|table|on_action='action_row_callback'|> |
Add table, custom class name | <|{data}|table|class_name='custom_table_class'|> |
Create table with hover text | <|{data}|table|hover_text='Hover over table'|> |
Display table, specify height | <|{data}|table|height='300px'|> |
Show table, custom date format | <|{data}|table|date_format='yyyy-MM-dd'|> |
Insert table with number format | <|{data}|table|number_format='#,##0.00'|> |
Add table, group by column function | <|{data}|table|group_by['col11']=True|> |
Create table, aggregation function | <|{data}|table|apply['col12']='average'|> |
Display table with custom style | <|{data}|table|style='custom_table_style'|> |
Show table, column-specific style | <|{data}|table|style['col13']='bold'|> |
Insert table with specific tooltip | <|{data}|table|tooltip='specific_tooltip'|> |
Add table, rebuild dynamically | <|{data}|table|rebuild=True|> |
Create table, set as active | <|{data}|table|active=True|> |
Display table, custom properties | <|{data}|table|properties={'key1': 'value1'}|> |
Show table, custom column filtering | <|{data}|table|filter['col14']=True|> |
Insert table with row filtering | <|{data}|table|row_filter='filter_row'|> |
Add table, hide specific row | <|{data}|table|hide_row='row11'|> |
Create table, toggle column visibility | <|{data}|table|toggle_visibility|> |
Display table with custom cell style | <|{data}|table|cell_style='style5'|> |
Show table, row highlight on hover | <|{data}|table|highlight_on_hover|> |
Insert table, custom page size options | <|{data}|table|page_size_options=[5, 15, 25]|> |
Add table, specify column sort order | <|{data}|table|sort_order='desc'|> |
Create toggle button for dark mode | <|{dark_mode}|toggle|theme=Dark Mode|> |
Add toggle control with multiple options | <|{options}|toggle|lov=Option A;Option B;Option C|> |
Insert toggle button for notifications | <|{notifications}|toggle|label=Notifications|> |
Display toggle control with custom styling | <|{custom_style}|toggle|class_name=custom-toggle|> |
Show toggle button for user preferences | <|{user_pref}|toggle|label=User Preferences|> |
Create toggle control for visibility | <|{visibility}|toggle|label=Visibility|> |
Add toggle button for sound settings | <|{sound_settings}|toggle|label=Sound|> |
Insert toggle control for mobile app | <|{mobile_app}|toggle|label=Mobile App|> |
Display toggle button for email notifications | <|{email_notif}|toggle|label=Email Notifications|> |
Show toggle control for online status | <|{online_status}|toggle|label=Online Status|> |
Create toggle button for password visibility | <|{password_visibility}|toggle|label=Show Password|> |