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
/// Alternatively, if you need the appearance options to depend on a cell's position (column and row), you may specify a function to `fill` or `align` of the form `(column, row) => value`.
102
-
/// You may also use a showルール on [`grid.cell`]($grid.cell) - see that element's examples or the examples below for more information.
102
+
/// [`grid.cell`]($grid.cell)に対してもshowルールを使用できます。 - see that element's examples or the examples below for more information.
103
103
///
104
-
/// Locating most of your styling in set and show rules is recommended, as it keeps the grid's or table's actual usages clean and easy to read.
104
+
/// スタイル設定の多くはsetルールとshowルールを用いることを推奨します。 is recommended, as it keeps the grid's or table's actual usages clean and easy to read.
105
105
/// It also allows you to easily change the grid's appearance in one place.
/// When multiple of these settings are present and conflict, the `hline` and `vline` settings take the highest precedence, followed by the `cell` settings, and finally the `grid` settings.
0 commit comments