Skip to content

Commit 85db7ec

Browse files
committed
Fix line length
Signed-off-by: Itay Dafna <[email protected]>
1 parent 640c86f commit 85db7ec

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

ipydatagrid/datagrid.py

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -251,24 +251,34 @@ class DataGrid(DOMWidget):
251251
An iterator to traverse selected cells one by one.
252252
253253
Supported styling properties:
254-
void_color : color of the area where the grid is not painted on the canvas
254+
void_color : color of the area where the grid is not painted
255+
on the canvas
255256
background_color : background color for all body cells
256-
row_background_color : row-wise background color (can take a string or Vega Expression)
257-
column_background_color : column-wise background color (can take a string of Vega Expression)
257+
row_background_color : row-wise background color (can take
258+
a string or Vega Expression)
259+
column_background_color : column-wise background color (can take a
260+
string of Vega Expression)
258261
grid_line_color : color of both vertical and horizontal grid lines
259262
vertical_grid_line_color : vertical grid line color
260263
horizontal_grid_line_color : horizontal grid line color
261-
header_background_color : background color for all non-body cells (index and columns)
262-
header_grid_line_color : grid line color for all non-body cells (index and columns)
263-
header_vertical_grid_line_color : vertical grid line color for all non-body cells
264-
header_horizontal_grid_line_color : horizontal grid line color for all non-body cells
264+
header_background_color : background color for all non-body cells
265+
(index and columns)
266+
header_grid_line_color : grid line color for all non-body
267+
cells (index and columns)
268+
header_vertical_grid_line_color : vertical grid line color
269+
for all non-body cells
270+
header_horizontal_grid_line_color : horizontal grid line color
271+
for all non-body cells
265272
selection_fill_color : fill color of selected area
266273
selection_border_color : border color of selected area
267-
header_selection_fill_color : fill color of headers intersecting with selected area at column or row
268-
header_selection_border_color : border color of headers intersecting with selected area at column or row
274+
header_selection_fill_color : fill color of headers intersecting with
275+
selected area at column or row
276+
header_selection_border_color : border color of headers
277+
intersecting with selected area at column or row
269278
cursor_fill_color : fill color of cursor
270279
cursor_border_color : border color of cursor
271-
scroll_shadow : color parameters for scroll shadow (vertical and horizontal). Takes three paramaters.
280+
scroll_shadow : Dict of color parameters for scroll shadow (vertical and
281+
horizontal). Takes three paramaters:
272282
size : size of shadow in pixels
273283
color1 : gradient color 1
274284
color2 : gradient color 2

0 commit comments

Comments
 (0)