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)
Create a custom Component for React Material-Table row item
I learn React JavaScript and want to create a Material Table with only one Column and every row is a complex component like this;
The Squares with number are part of the component and they can be eate...
Kid
Votes: 0
Answers: 1
React material-table
this is my app.js code:
import { BasicTable } from './tables/BasicTable';
import './App.css';
function App() {
return (
<div className="App">
<h1>pods table</h1&g...
amit
Votes: 0
Answers: 1
Angular Material Table shows no rows until i click to sort or use pagination
Im a bit baffled, im retrieving data from my Spring Boot back end to populate into an angular material table but for whatever reason the rows do not display until i use sorting or change pagination. I...
Daniel Hann
Votes: 0
Answers: 0
Material-Table columns not resizable with more than 5 columns
I am displaying data using material-table. I have 19 columns to display and I want to set a fixed size for each column. Using width: 45% is not making any visual changes. I can't use whiteSpace: &q...
Ciaran Crowley
Votes: 0
Answers: 1