Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
report-engine
/
org.octavius.report.management
Package-level
declarations
Types
Functions
Types
Column
Drag
Data
Link copied to clipboard
data
class
ColumnDragData
(
val
columnKey
:
String
,
val
index
:
Int
,
val
sort
:
Boolean
)
Functions
Column
Management
Panel
Link copied to clipboard
@
Composable
fun
ColumnManagementPanel
(
reportState
:
ReportState
,
modifier
:
Modifier
=
Modifier
)
Columns
Section
Link copied to clipboard
@
Composable
fun
ColumnsSection
(
reportState
:
ReportState
)
Sorting
Section
Link copied to clipboard
@
Composable
fun
SortingSection
(
reportState
:
ReportState
)