tabulator
@Composable
Create Tabulator component with a Kotlin data model.
Parameters
data
the tabulator data
options
the tabulator options
types
the set of table types
serializer
the serializer for the data
serializersModule
the serializers module
className
the CSS class name
id
the ID attribute of the component
content
the content of the component
@Composable
Create Tabulator component with a dynamic data model.
Parameters
data
the tabulator data
options
the tabulator options
types
the set of table types
className
the CSS class name
id
the ID attribute of the component
content
the content of the component