material-table Questions
3
For this fullstack app I moved into the original devs seem to have implemented some component to create the tables for the app's webpage
Problem is the padding on all the cells is quite large. Open...
Entomophilous asked 11/10, 2020 at 22:26
5
I'm using MaterialTable from material-ui but there are two problems I'm having.
1. How do I make my columns equally spaced since, after the first two columns, there is a huge & unnecessary spac...
Shela asked 2/7, 2020 at 18:22
5
Solved
I have a project where I have to use a table. I am using material-table. But I can't seem to get it to look right. The icons that are needed for the table are not showing and instead I get some pla...
Delagarza asked 29/8, 2020 at 13:30
4
Solved
I'm using the material-table (https://material-table.com/).
My issue is that I want to change the table border-radius and table shadow, apparently, this option does not exist using 'option feature...
Topgallant asked 1/4, 2020 at 10:52
3
Solved
I have basic react example for learning and I use material-table in one of my components. Each time I change the page and re-open it (unmount and mount component), my component which contains mater...
Elias asked 16/9, 2021 at 20:13
6
Solved
I forked the example on angular material table with sticky header and I added more data. I see that the headers are not sticky. Stackblitz here
Anyone knows how headers can remain sticky?
Levania asked 25/11, 2019 at 8:34
6
Solved
I'm using the Material Table library that is officially recommended by Google Material UI as a data table library and having troubles with configuring the width of columns.
Column width property is...
Caliper asked 23/6, 2020 at 16:27
5
Solved
I'm using meterial-table with React. I'm trying to assign data from an array coming from an api like this
<MaterialTable
columns={columns}
data={rows}
...
/>
Where columns and rows are ...
Faro asked 8/1, 2020 at 14:54
1
this is my app.js code:
import { BasicTable } from './tables/BasicTable';
import './App.css';
function App() {
return (
<div className="App">
<h1>pods table</h1>
&l...
Blakely asked 6/4, 2022 at 14:27
3
Solved
I am trying to implement sorting / filtering on angular material table with formArray as input data source.
StackBlits code link
dataSource = new MatTableDataSource([]);
<table mat-table [dataSo...
Buber asked 21/11, 2020 at 20:29
2
Solved
We have a requirement display the total sum for 2 columns
import MaterialTable, {MTableToolbar, MTableAction} from "material-table";
.
.
.
<MaterialTable
actions={transformActions()}...
Measured asked 16/6, 2021 at 13:7
3
Solved
I am using material-table https://material-table.com/#/docs/get-started. However I can't seem to find any information about showing a default message if no data is returned?
I am wondering if anyon...
Carrelli asked 8/8, 2020 at 2:20
3
I am using material-table. The TablePagination is not working. It throws an error in console.
I tried installing the package as per the documentation.
https://material-table.com/#/docs/install
npm ...
Thormora asked 3/3, 2021 at 9:49
3
actions={[
{
icon: 'edit',
tooltip: 'Edit User',
onClick: (event, rowData) => alert('You are editing ' + rowData.name)
},
{
icon: 'delete',
tooltip: 'Delete User',
onClick: (event, row...
Melodize asked 7/10, 2019 at 10:1
1
Solved
I am using material-table (npm latest v1.69.3) with MUI v5.0.6 since I need a editable table. I got this msg in my console.
It says import alpha but since fade is used in material-table which is a...
Lovins asked 31/10, 2021 at 4:38
3
I'm trying to use Material-Table component - it's perfect for a table that I'm buildling (add, edit, delete and search rows). I've installed and used it as a child component of a page - everything ...
Sodality asked 27/6, 2019 at 16:1
2
Solved
I am using material-table and I want to remove the default CSV & PDF export option.
I would like to have only an excel option.
How can I change the menu ?
Thank you
Verboten asked 25/11, 2020 at 13:40
2
Solved
I'm using the material-table in a material-ui Stepper and the user tends to click on "next" button even though the table is still in edit mode. This results in a loss of data.
Can I somehow access...
Talon asked 28/9, 2019 at 9:16
3
Solved
I am trying to apply more rows per page to my table from material table. Until now I found out that you can add an array with the wishful rows per page ex. rowsPerPageOptions={[5, 10, 25, 50, 100]}...
Paton asked 20/8, 2019 at 7:35
1
I've looked through many questions regarding popover anchoring, but I haven't seen any when using a MaterialTable element from the material-table library: https://github.com/mbrn/material-table .
...
Snowwhite asked 27/4, 2020 at 19:36
2
Solved
I have been using material-table in one of my projects.
While I am able to change the style ( font-size, color) of the user defined columns, I am not able to do so for the "Actions" column.
I am ...
Upsydaisy asked 17/1, 2020 at 4:16
2
Solved
I tried to the material-table the library for basic crud operation. By using onRowAdd, onRowUpdate, onRowDelete, I get the icons for the same but I would like to know that how can I change the colo...
Catamnesis asked 19/4, 2021 at 10:0
2
I'm trying to integrate react material-table (https://github.com/mbrn/material-table) with my project.
I want to update the styling/theme.
I used something like.
<MaterialTable options={{
...
Rundle asked 10/4, 2019 at 11:44
4
Solved
I am working on a project, where I basically do crud using material-table interface. I am wondering is there a way if I can make fields required if I want too?
I tried researching but not much re...
Littlest asked 17/9, 2019 at 19:56
2
Solved
I am using material-table in my ReactJS project, and I checked it documentation and I don't have a clue how to refresh the table when the data is continuously changing (like every 500ms or so). I a...
Colossian asked 10/12, 2019 at 10:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.