Ant Design Table component usage in ReactJS app | AntD Table Component Tutorial

preview_player
Показать описание
#reactjs #antd #table
In this video I have explained Ant Design Table component usage in ReactJS app.
This video focuses on
- How to use antd table component in React js app
- How to use columns prop of antd table
- How to use datasource props of antd table
- How to create columns array of objects for antd table
- How to add different key for antd table columns like title, dataIndex etc.
- How to create local data source to render inside antd table
- How to customize antd table rendering
- How to use custom render of antd table column prop
- How to render custom custom reactjs components inside antd table cell
- How to get the whole row or record inside an antd table cell rendering
- How to return custom cell value based on datasource record
- How to add sorting in antd table header
- How to implement sorter function in antd table column

This video focuses on how to use Table component of Ant-Design UI library.

Happy Coding!
Рекомендации по теме
Комментарии
Автор

hey thanks for the great tutorial, but I would like to know how to connect the table to the API(database) from the backend

balenziphillip
Автор

Hi Aamir, can you please suggest how to set the onClick of the particular cell (not onRow)? I want to perform Actions in each row e.g. Edit, Delete.

arvindkushwaha
Автор

Hi, great explanation by you. I wanted to ask how we would be adding an Ant Icon (smileOutlined) next to the age? When I try to do it, it just overwrites the age.

asjadahmedkhan
Автор

Hi, may I know how to make Table component responsive? I tried like : responsive : 'md' but it will hide some columns (not actually responsive)...

marcscherzer
Автор

Hai.can we make a colour styling for column header .It will be helpful .Thankyou

nagasaikarri
Автор

Hi.. How can I place the graduated cells to flex-end?In the sense how can I apply styling to specific cells?

satyasrithota
Автор

hey aamir bro please make a video on crud with ant design table and Modal

saadkhan-rhmt
Автор

Any there any way to remove the key warning, even though passing key to the columns and to the main table row but doesn't seem to help.

hakan
Автор

how can i sort the data in name column in dictionary order?

saikiranbhamidipati
Автор

Parameter 'a' implicitly has an 'any' type. TS7006

30 | dataIndex: 'age',
31 | key: 'key',
> 32 | sorter: (a, b) => a.age - b.age,
| ^
33 | }, Can you help to fix it?

DaurenKurkenov
Автор

How can I select an array within another array?

elsontimana
Автор

sir ji antd file uplode with no duplicate file .please

palashsardar