how can i responsive a table
-
how can i responsive a table
-
how can i responsive a table
@shadabbaig12
What?
Can you please formulate a clear and understandable question? -
i have one table and make it responsive on whole page
-
@shadabbaig12
What?
Can you please formulate a clear and understandable question?@jsulm
i want to make a table that looks like some space or dependent on screen so if any row added dynamically so the table height is not adjust automatically
you can see that in below link image : -
@jsulm
i want to make a table that looks like some space or dependent on screen so if any row added dynamically so the table height is not adjust automatically
you can see that in below link image :@shadabbaig12 Not sure I understand, but if you want to have fixed height for your table you can use https://doc.qt.io/qt-6/qwidget.html#setFixedHeight
-
@shadabbaig12 Not sure I understand, but if you want to have fixed height for your table you can use https://doc.qt.io/qt-6/qwidget.html#setFixedHeight
@jsulm
Thanks for suggestion but i can`t fixed the size beacuase screen will not be similer where execute that file we are using multiple screen size. -
Hi,
The usual way to manage widgets sizes in a dynamic fashion is to use layouts.