Jeevananandan J

Results 49 issues of Jeevananandan J

Do we have any feature like, If we have more than one but, need to show button at the bottom of the message to close the notification? ![image](https://user-images.githubusercontent.com/19813131/206836494-454aa2ca-a695-49e0-9769-ac78de003608.png)

Do we have any feature like, If we have more than one but, need to show button at the bottom of the message to close the notification?

Feature Request
addon

### Describe the bug Implemented custom sort but not working as described in the document. https://tanstack.com/table/v8/docs/api/features/sorting?from=reactTableV7&original=https://react-table-v7.tanstack.com/docs/api/useSortBy ### Your minimal, reproducible example https://codesandbox.io/s/eloquent-wilson-izkkgl ### Steps to reproduce Followed the steps as...

State has been updated but inside the callback I am getting the old value of component. ``` const [count, setCount] = useStateWithCallbackLazy(0); const handleClick = () => { setCount(count +...

https://github.com/nathancahill/split/pull/769

Added solution to handle dynamically added/removed pane for the react wrapper. https://github.com/nathancahill/split/issues/768

Hi, Nice plugin. Do you support typescript? What about localisation?

How to write custom components for nodes?

How to drag and drop the the parent node?

I am using React with Asp.net core web api. I have implemented as explained. In React, I am using scope as openid and the access as user where the same...