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
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
302
319
*
320
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
321
+
* overridden.
322
+
*
323
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
324
+
* override certain attributes inherited from its outer group.
325
+
*
326
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
* Check out the [Grammar][org.jetbrains.kotlinx.dataframe.api.FormatDocs.Grammar].
304
336
*
305
337
* For more information: [See `format` on the documentation website.](https://kotlin.github.io/dataframe/format.html)
@@ -357,6 +389,21 @@ public fun <T, C> DataFrame<T>.format(columns: ColumnsSelector<T, C>): FormatCla
357
389
*
358
390
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
359
391
*
392
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
393
+
* overridden.
394
+
*
395
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
396
+
* override certain attributes inherited from its outer group.
397
+
*
398
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
* Check out the [Grammar][org.jetbrains.kotlinx.dataframe.api.FormatDocs.Grammar].
361
408
*
362
409
* For more information: [See `format` on the documentation website.](https://kotlin.github.io/dataframe/format.html)
@@ -397,6 +444,21 @@ public fun <T> DataFrame<T>.format(vararg columns: String): FormatClause<T, Any?
397
444
*
398
445
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
399
446
*
447
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
448
+
* overridden.
449
+
*
450
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
451
+
* override certain attributes inherited from its outer group.
452
+
*
453
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
* Check out the [Grammar][org.jetbrains.kotlinx.dataframe.api.FormatDocs.Grammar].
401
463
*
402
464
* For more information: [See `format` on the documentation website.](https://kotlin.github.io/dataframe/format.html)
@@ -450,6 +512,21 @@ public fun <T, C> DataFrame<T>.format(vararg columns: KProperty<C>): FormatClaus
450
512
*
451
513
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
452
514
*
515
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
516
+
* overridden.
517
+
*
518
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
519
+
* override certain attributes inherited from its outer group.
520
+
*
521
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
* Check out the [Grammar][org.jetbrains.kotlinx.dataframe.api.FormatDocs.Grammar].
454
531
*
455
532
* For more information: [See `format` on the documentation website.](https://kotlin.github.io/dataframe/format.html)
@@ -509,6 +586,21 @@ public fun <T, C> FormattedFrame<T>.format(columns: ColumnsSelector<T, C>): Form
509
586
*
510
587
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
511
588
*
589
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
590
+
* overridden.
591
+
*
592
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
593
+
* override certain attributes inherited from its outer group.
594
+
*
595
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
* Check out the [Grammar][org.jetbrains.kotlinx.dataframe.api.FormatDocs.Grammar].
513
605
*
514
606
* For more information: [See `format` on the documentation website.](https://kotlin.github.io/dataframe/format.html)
@@ -550,6 +642,21 @@ public fun <T> FormattedFrame<T>.format(vararg columns: String): FormatClause<T,
550
642
*
551
643
* You can continue formatting the [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] by calling [format][org.jetbrains.kotlinx.dataframe.api.FormattedFrame.format] on it again.
552
644
*
645
+
* Specifying a [column group][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup] makes all of its inner columns be formatted in the same way unless
646
+
* overridden.
647
+
*
648
+
* Formatting is done additively, meaning you can add more formatting to a cell that's already formatted or
649
+
* override certain attributes inherited from its outer group.
650
+
*
651
+
* Specifying a [frame column][org.jetbrains.kotlinx.dataframe.columns.FrameColumn] at the moment does nothing
* convert each nested [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] to a [FormattedFrame][org.jetbrains.kotlinx.dataframe.api.FormattedFrame] instead:
@@ -665,7 +772,7 @@ public fun <T, C> FormatClause<T, C?>.notNull(): FormatClause<T, C> = where { it
665
772
* Creates a new [FormattedFrame] that uses the specified [RowColFormatter] to format the selected cells of the dataframe.
666
773
*
667
774
* You need to specify [formatter]: A lambda function expecting a [CellAttributes][org.jetbrains.kotlinx.dataframe.api.CellAttributes] or `null` given an instance of
668
-
* [DataRow][org.jetbrains.kotlinx.dataframe.DataRow]`<`[T][T]`>` and [DataColumn][org.jetbrains.kotlinx.dataframe.DataColumn]`<`[C][C]`>`.
775
+
* [DataRow][org.jetbrains.kotlinx.dataframe.DataRow]`<`[T][T]`>` and [ColumnWithPath][org.jetbrains.kotlinx.dataframe.columns.ColumnWithPath]`<`[C][C]`>`.
669
776
*
670
777
* This is similar to a [RowColumnExpression][org.jetbrains.kotlinx.dataframe.RowColumnExpression], except that you also have access
671
778
* to the [FormattingDsl][org.jetbrains.kotlinx.dataframe.api.FormattingDsl] in the context.
@@ -730,7 +837,7 @@ public fun <T, C> FormatClause<T, C>.perRowCol(formatter: RowColFormatter<T, C>)
0 commit comments