you saved me! thanks you because It's all that I need in a simple and clear video, best!
@skeche11 ай бұрын
dude this was perfect no bullshit and only 5min
@yishmael Жыл бұрын
Dude, I really liked your teaching style! This guide helped me a lot, thank you! I would love to see in the future some Figma courses from you, I would definitely buy it
@mindesigning5468 Жыл бұрын
Thank you! Happy to help!
@ЮлияКузнецова-к7уАй бұрын
Amazing approach, super helpful, thank you a lot!
@KannanC-z7d2 ай бұрын
Excellent ! in 5 min you taught me a lot
@mindesigning54682 ай бұрын
😉
@elisauiloa21616 ай бұрын
Thanks for the best tutorial for tables ever!
@irisgreen91846 ай бұрын
First - many thanks! this is a great video. Clear and short. it changed entirely how I built a table and solved the issue of having a columns sized as the content in cells. Same questions as below: how do you add states such selected and hover? do you need to duplicate each cell for that? use variable? and how you add rows in a quick way that does not requires adding a row to each column? maybe it's better to first create one row from all columns (suggested below also), and duplicate it instead?
@mindesigning54686 ай бұрын
@@irisgreen9184 Hey, lots of good points. As for the states, it depended on the effect you want to apply, but yes, you can create variants os use variables to change the bg on hover for example. I have this tutorial on prototyping that may help kzbin.info/www/bejne/q6OvpJ2uiM2Uf7Msi=2PC2tjxX6mIqq4oM As for the amount of rows, its done mannualy, my suggestion is creating big columns and deleting the cells you don't need, but you can add component properties to the visibility of the column cell to toggle them on/off (I will explore this in a new video if it works properly, thanks for the idea)
@Dupdopy4 ай бұрын
Great tutorial! In one of the projects a table needed expandable rows and in-line editing. Was a nice challenge. Perhaps and idea for a new video =)
@JohnRodrigues.11 ай бұрын
Thank you, this is very helpful
@gooddeslex10 ай бұрын
Great way! Thnx a lot!
@Dollsbymoony8 ай бұрын
Hi, thanks for the tutorial! I have a question, is it possible to add more rows? without adding them to the original column component?
@mindesigning54688 ай бұрын
You can never add content to a component , just remove them. What you can do is add to the original and set the visibility (eye icon) to off. So You can turn on just when you need them. Hope this helps
@genevieveanyanwu4404 ай бұрын
Very very helpful Thank you
@mindesigning54684 ай бұрын
@@genevieveanyanwu440 Happy to help! Stay tuned and share it away 🙂
@mindesigning54684 ай бұрын
@@genevieveanyanwu440 happy to help! Stay tuned and share it away
@SehrishMoujahid5 ай бұрын
man you earn a subscriber
@Kaze707077 ай бұрын
This is much better explanation than my mentor in bootcamp 😢.
@mindesigning54687 ай бұрын
Glad to help! Share it away
@iCosmictube Жыл бұрын
MY RESPECT BRO!!!!
@tapakbkmz Жыл бұрын
Nice dude, love it❤
@mindesigning5468 Жыл бұрын
Thanks 🔥
@RichardPascual-sn4qn10 ай бұрын
Thank you for this video. How would you vary the amount of line items in the final component created?
@mindesigning546810 ай бұрын
You can't add elements to a component, only remove them. So I suggest the columns with all the cells you need and just delete them when not needed
@palanimathi449310 ай бұрын
Great, I have one question could you please explain, is this possible to give a hover effect for the entire row?
@mindesigning546810 ай бұрын
Will do
@CBConstruction-v5c4 ай бұрын
Thanks man!
@mohammadsaeed4511 Жыл бұрын
That's Great, But my question is, can we add rows in the table from the panel in the right to setup properties for instance???
@mindesigning5468 Жыл бұрын
Yes, you can create variants for you table component with different numbers of rows, so they will be available in a dropdown such as the other paramethers. But, to be honest, I think it's not worth it, I prefer creating one table with a buch of rows and simply delete them in the instance if not needed. Remeber, you can always hide content of a intance but you can never add anything
@raphaelnogueira4412 Жыл бұрын
You helped a lot, thanks
@fernandopaiva410011 ай бұрын
Great!! but how can i put a horizontal scroll and keep the table responsive? Can you show how to do? Thank you !!
@mindesigning546811 ай бұрын
Can you elaborate on that? Not sure I got it.
@parasmistry134610 ай бұрын
Can I use overlay animation for dropdown however I also want to showcase the selected option.
@mindesigning546810 ай бұрын
Not sure I get your question, you want to click the select element, show the dropdown menu, and make the selection reflect on the table, is that it? You can do that with variables
@elainewang3605 Жыл бұрын
How does this work if you need a hover effect to highlight a row?
@rafaappl Жыл бұрын
In my opinion there is a missing step. You can do all steps as shown, but I'd create a row component and define all other elements with transparent background. Then I'd define the background color only on the row. BUUUUUT componentizing a row, may create an extra work to define the number of columns, anyway, I still think this is a better way, because in fact, actions are made in rows.
@uifry Жыл бұрын
Bravo !!
@leylamusazade977 ай бұрын
Thank u very much, you explained it very easy but i cant add this video to my playlist, why?
@mindesigning54686 ай бұрын
You should be able to do it just fine. Hit the save button and select the desired playlist
@CharlBrazle Жыл бұрын
This totally fails when texts grow on multiple rows. Then all other columns/rows will be misaligned :(
@jkdubb11 ай бұрын
That seems to be the unsolvable problem. Hope someone figures this out. Maybe a future figma update specifically for tables.
@mindesigning546811 ай бұрын
You can create a variation of the basic components with the height set to “fill” or “hug” and change them accordingly. Set your text column to a block formatting. Hope it helps!
@fernandopaiva410011 ай бұрын
Can you can put this component to download please? IT'S possível?
@EricCRO Жыл бұрын
amazing
@PUK1SVA3 ай бұрын
But this method has a flaw, you can't make whole row hover state for example. Isn't making rows a better approach? Also changing number of rows is hard.
@mindesigning54683 ай бұрын
For layout purposes, you can show the hover state by changing one cell on each column. You can go for a row approach, but its trickier considering responsiveness, I wouldn't recommend it. As for the hover state for prototyping purposes, there's is no perfect solution but I have a lesson on that too: Mastering Row Hover Effects in Figma: A Step-by-Step Guide kzbin.info/www/bejne/q6OvpJ2uiM2Uf7M
@rodolfolorote90597 ай бұрын
Are you Brazilian?
@naveen_bm Жыл бұрын
❤❤
@corruptedapk51293 ай бұрын
This approach wouldn't work if I have a cell that spans 2 rows or columns
@peopleinc9468 Жыл бұрын
Please also give access to file ❤
@thallesrigobelloАй бұрын
Se esse sotaque não for de Brasileiro não sei mais nada