Skip to content

Commit

Permalink
Add scrollbar actual implementation for js target
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Dec 21, 2024
1 parent 74138c9 commit de92cdd
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.seanproctor.datatable.demo

import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import com.seanproctor.datatable.DataTableScrollState

@Composable
actual fun VerticalScrollbar(scrollState: DataTableScrollState, modifier: Modifier) {}

@Composable
actual fun HorizontalScrollbar(scrollState: DataTableScrollState, modifier: Modifier) {}

0 comments on commit de92cdd

Please sign in to comment.