dataCollectionItems
fun <CI : HTMLElement> RenderContext.dataCollectionItems(classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CI>>, initialize: DataCollection.DataCollectionItems<CI, T, C>.() -> Unit)
Factory function to create a dataCollectionItems.
For more information refer to the official documentation
fun RenderContext.dataCollectionItems(classes: String? = null, id: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: DataCollection.DataCollectionItems<HTMLDivElement, T, C>.() -> Unit)
Factory function to create a dataCollectionItems with a HTMLDivElement as default Tag.
For more information refer to the official documentation