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)
Fixed column in prime react datatable without jquery
I'm trying to make one of my columns in a datatable fixed. I reseached from different sources and I found a solution with jquery. However, I want to do it without jquery solution. Could you give me so...
Gabriel Daskalov
Votes: 0
Answers: 1
Why is my onSubmit not working in PrimeReact Dialog?
My code is no longer submitting data when onSubmit is pushed even though it was when I was using a and tag:
<Modal><Form onSubmit={ saveProject }></Form></Modal>
The only th...
ttsssss
Votes: 0
Answers: 1
Why Tooltip from primereact library doesn't work to tag <pre>?
I want to add a tooltip to JSON formatted field, but it doesn't work. I have the following code:
const displayDeletedDataInJSON = (column: ITableColumn) => {
return (rowData: any): JSX.Element =...
Gabriel Daskalov
Votes: 0
Answers: 1
PrimeReact in combination with react-icons
I was wondering if it is somehow possible to use the icons from the react-icons package in PrimeReact, since the primeIcons package unfortunately does not contain all the icons I need for my project.
...
user17145524
Votes: 0
Answers: 2