4. Render Custom Component in Material Table || Material UI

4. Render Custom Component in Material Table || Material UI

Codenemy

3 года назад

15,863 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mansilaad2062
@mansilaad2062 - 12.02.2021 12:29

Helpful 👍

Ответить
@hiem5434
@hiem5434 - 08.03.2021 08:00

Hay vl

Ответить
@khandoor7228
@khandoor7228 - 22.03.2021 18:47

Brilliant! very good series!!

Ответить
@fikilix
@fikilix - 24.03.2021 12:10

ten thousand times oke, impossible to concentrate

Ответить
@kishorkumarp4492
@kishorkumarp4492 - 04.04.2021 18:18

How add pagination..how pass start and limit to api

Ответить
@leamon9024
@leamon9024 - 24.04.2021 18:36

Thanks

Ответить
@kishorkumarp4492
@kishorkumarp4492 - 24.05.2021 22:19

How to add custom icon button on table..

Ответить
@kishorkumarp4492
@kishorkumarp4492 - 27.05.2021 11:30

In cell edit time how get row id.. That row data i need for api call

Ответить
@kishorkumarp4492
@kishorkumarp4492 - 30.05.2021 17:06

Which function is used for reload the full tablee

Ответить
@X-AEA-12
@X-AEA-12 - 03.08.2021 05:01

How would I insert a <Flag/> component into a <TableCell> component for country icons? I am getting "cannor read property 'src' of undefined". Thank you.

Also, I'm not passing the row objects into a "MaterialTable" component. Instead, I have the "tableHead" property and the "tableData" property which accepts an array. When I try to write the callback function in the array data that I will pass into tableData, I get an error. Thanks!

Ответить
@bdk9830
@bdk9830 - 20.08.2021 23:48

I really appreciate you saving my life with this video! thank you a lot!

Ответить
@MrYogi84
@MrYogi84 - 24.08.2021 14:32

How to render custom title?

Ответить
@simpledatabymurari6779
@simpledatabymurari6779 - 25.08.2021 07:18

Thank you, very help full video

Ответить
@mikiyasegaye
@mikiyasegaye - 13.09.2021 22:30

Can you show us how to filter or search using the rendered values "Deactive" and "Active" on the search bar?

Ответить
@umair4909
@umair4909 - 02.11.2021 13:53

pease make video on expandable row with selection and pagination

Ответить
@josearmandozeballosduran7086
@josearmandozeballosduran7086 - 03.11.2021 21:14

Amazing video, keep going.

Ответить
@lakshmiprasuna8248
@lakshmiprasuna8248 - 29.11.2021 15:52

Thank you so much video is very help full! suppose we want to print today date with as separated column how can print?

Ответить
@fxckyoufxckyou-x7l
@fxckyoufxckyou-x7l - 30.11.2021 11:13

Your lecture is really useful! I am learning a lot. However, only one question I can't solve right now. Can you please let me know how to add <Switch> component in the 'edit' row? Let's say, if it is 0, swich shows 'off', otherwise, shows 'on' when it is being rendered.

Ответить
@amraja08
@amraja08 - 06.12.2021 10:19

hi sir i need your help for react table(time picker)

Ответить
@vmrexp5596
@vmrexp5596 - 13.01.2022 21:02

Can a column have more than one row?

Example:

Name | Date | (3 objects/3 lines)

Ответить
@emmanueleban1096
@emmanueleban1096 - 12.03.2022 03:21

hi codenemy..thanks alot for all.. whats the differencence between material-table and MUI5 and which is better

Ответить
@RajeshKumar-sq2ji
@RajeshKumar-sq2ji - 23.03.2022 18:05

can you give me some instruction or video for in in-line editing .... multi-select example
??

Ответить
@lalitchelani190
@lalitchelani190 - 25.03.2022 07:28

Hello, Thanks for this video. Can you please tell, how to render a custom button (on/off) based on the value of groupMember as one of the columns in the table. Here is the sample data

Const sampleData = [
{
name : “bob”,
Age : “18”,
group : [ {
GroupName : “bobhouse”,
GroupMember: true
},
{
GroupName : “bobhouse”,
GroupMember: true
}
]
},
{
name : “mic”,
Age : “18”,
group : [ {
GroupName : “michouse”,
GroupMember: false
},
{
GroupName : “micbu”,
GroupMember: true
}
]
}
]

Looking forward to your help

Ответить
@simondonaldson3210
@simondonaldson3210 - 13.07.2022 18:01

it's renderCell now not render

Ответить
@kooyaw4445
@kooyaw4445 - 14.02.2023 14:47

You're a life saver

Ответить