-
## Description
Develop a basic React application that allows users to upload a file containing inputs and expected outputs and displays them in a tabular format. The table should enable users to view…
-
Would it be possible to get this to work with `react-table-6`?
-
### Version
1.1.0
### Reproduction link
https://www.creative-tim.com/templates/nextjs
### Operating System
14.1.1
### Device
Mac
### Browser & Version
No browser
### Steps to reproduce
down…
-
### Describe the bug
We have a requirement to display 2 lines of Column title text at most and with an icon beside it. However, when we used `` with maxLines props, the column title will not in one…
-
import React, { useEffect, useState } from "react";
function Dashboard() {
const [flashLoanData, setFlashLoanData] = useState([]);
useEffect(() => {
fetch("http://localhost:5000/flas…
-
### Describe the bug
When using the `Table` components, I get an error in the console from inside NextUI's code :
![image](https://user-images.githubusercontent.com/5107774/188172422-d53bc852-3af…
-
### mantine-react-table version
2.0.0-beta.6
### react & react-dom versions
18.2.0
### Describe the bug and the steps to reproduce it
Go to the example page: https://v2.mantine-react-ta…
-
**Is your feature request related to a problem?**
CVE-2024-38996 required that ag-react be bumped to version 32.0.2 which introduced some breaking changes and dependency on EC2020. For the 2.16 relea…
-
Hi,
**Issue:**
I'm using the row selection feature in `reactable` and setting `selection = "single"`. The intention of this feature seems to function similarly to radio buttons. However, I'm findi…
-
### Describe the bug
The Dialog closes after asynchronous function in the DataTable.
I think after `onDelete`, the dialog still opens.
But it closes.
### Affected component/components
Dialo…