본문 바로가기
Flutter

[Flutter] table offstage/visibility ; 표 숨기기

by hymndaniel 2022. 4. 15.

table 패키지들 중에서 탭하면 숨겨진 하위 row를 보여주는 기능을 찾지 못했다.

 

table의 row를 탭하는 것은 Table 클래스의 TableRowInkWell 을 사용하였고, 

숨기기는 빈 container를 보여주는 것으로 처리했다

 

 

 

References

https://stackoverflow.com/questions/63247266/handle-tap-in-flutter-tablerow

 

Handle tap in Flutter TableRow

I need to make the TableRow clickable and navigate to other screen but I cannot wrap TableRow with GestureDetector or Inkwell. How can I make the TableRow clickable. I have implemented as follows: ...

stackoverflow.com

 

 

https://stackoverflow.com/questions/56004169/flutter-how-to-hide-or-set-tablerow-visible

 

Flutter - How to hide or set tablerow visible?

I am using Flutter Table widget. I wish to hide one of the table rows based on certain conditions. I have tried Visibility widget over Tablerow but it does not allow. I also tried boolean conditio...

stackoverflow.com

 

728x90