python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to call child component callback event from parent component in react
Hi I am a beginner in React, I am using Fluent UI in my project .
I am planning to use Panel control from Fluent UI and make that as common component so that I can reuse it.I use bellow code
import *...
kuntal
Votes: 0
Answers: 1
ScrollablePane with DetailsList cannot scroll fixed header issue
I am using fluent UI details list. I tried to scroll my headers with scrollbar. But My headers are not scrolling when I scrolls horizontally. This is my code. I found this from an example. But nothing...
AlexDemo
Votes: 0
Answers: 1
Adding sorting icon in column header in Details List in Fluent UI
For a DetailsList or ShimmeredDetailsList, I need to add two arrows (one up, one down) besides the column name in the column header so that the user can look at the grid and tell which column is sorta...
coolest-duck
Votes: 0
Answers: 1
Upon function execution, react states get reset for no reason
All the following code is in a function react component (using FluentUI) with the following state -
const [columns, setColumns] = React.useState<IColumn[]>([]);
I am assigning a method to an ob...
coolest-duck
Votes: 0
Answers: 1