Package-level declarations

Types

Link copied to clipboard
data class ColumnDragData(val columnKey: String, val index: Int, val sort: Boolean)

Functions

Link copied to clipboard
@Composable
fun ColumnManagementPanel(reportState: ReportState, modifier: Modifier = Modifier)
Link copied to clipboard
@Composable
fun ColumnsSection(reportState: ReportState)
Link copied to clipboard
@Composable
fun SortingSection(reportState: ReportState)