You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/dataframes/anywidget_mode.ipynb
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@
51
51
"- **Rich DataFrames & Series:** Both DataFrames and Series are displayed as interactive widgets.\n",
52
52
"- **Pagination:** Navigate through large datasets page by page without overwhelming the output.\n",
53
53
"- **Column Sorting:** Click column headers to toggle between ascending, descending, and unsorted views. Use **Shift + Click** to sort by multiple columns.\n",
54
-
"- **Column Resizing:** Drag the dividers between column headers to adjust their width."
54
+
"- **Column Resizing:** Drag the dividers between column headers to adjust their width.\n",
55
+
"- **Max Columns Control:** Limit the number of displayed columns to improve performance and readability for wide datasets."
55
56
]
56
57
},
57
58
{
@@ -511,7 +512,10 @@
511
512
"metadata": {},
512
513
"source": [
513
514
"### Adjustable Column Widths\n",
514
-
"You can easily adjust the width of any column in the table. Simply hover your mouse over the vertical dividers between column headers. When the cursor changes to a resize icon, click and drag to expand or shrink the column to your desired width. This allows for better readability and customization of your table view."
515
+
"You can easily adjust the width of any column in the table. Simply hover your mouse over the vertical dividers between column headers. When the cursor changes to a resize icon, click and drag to expand or shrink the column to your desired width. This allows for better readability and customization of your table view.\n",
516
+
"\n",
517
+
"### Control Maximum Columns\n",
518
+
"You can control the number of columns displayed in the widget using the **Max columns** dropdown in the footer. This is useful for wide DataFrames where you want to focus on a subset of columns or improve rendering performance. Options include 3, 5, 7, 10, 20, or All."
0 commit comments