Need help in making a responsive table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help in making a responsive table

i want to make a table cell have data in different corners of it

3rd Aug 2018, 6:52 PM
MRUTUNJAYA MAHUNTA
MRUTUNJAYA MAHUNTA - avatar
6 Answers
0
I would imagine transform: scale(); might do the trick (you can make the cells anchors with hrefs or onclick JavaScript -- pros and cons there). https://stackoverflow.com/questions/26488960/zoom-vs-scale-in-css3
12th Aug 2018, 8:27 PM
Janning⭐
Janning⭐ - avatar
+ 1
Why do you want to have data in different corners of the same cell? Why wouldn't having each cell have its own data point be better?
4th Aug 2018, 12:07 AM
Janning⭐
Janning⭐ - avatar
+ 1
I think the simplest (and most common) implementation is to put images in each cell, then make the images links (anchors). Otherwise it would be very difficult to click/touch each separate item. You can also treat each element as mini tables so the data points can still be separated by cell (but the border goes around the mini table and not each cell). Then put them all together in a bigger table/grid. You can also play with <sup> and <sub>, <big> and <small>. Just throwing out ideas.
4th Aug 2018, 6:14 AM
Janning⭐
Janning⭐ - avatar
0
i want make a interactive periodic table
4th Aug 2018, 5:05 AM
MRUTUNJAYA MAHUNTA
MRUTUNJAYA MAHUNTA - avatar
0
no link or button for different corners only to show data
4th Aug 2018, 6:16 AM
MRUTUNJAYA MAHUNTA
MRUTUNJAYA MAHUNTA - avatar
0
need help in making a table cell zoom in on click
12th Aug 2018, 2:05 PM
MRUTUNJAYA MAHUNTA
MRUTUNJAYA MAHUNTA - avatar