Visible Closure Table Column - Parameter Not Filled #12239
-
PackageTable builder Package Versionv3.x.x How can we help you?I want to create a condition where columns can appear or hide according to the data row they pass. Usually we just enter a callback function with the Is there anything I missed? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
You could use html class:
|
Beta Was this translation helpful? Give feedback.
-
Same issue for me on visible() |
Beta Was this translation helpful? Give feedback.
-
Hi, Try to tell which model relates to ->visible(function(YourModel $record, $state) {
dd($record, $state)
... |
Beta Was this translation helpful? Give feedback.
-
any hope on this? its painful how the basic stuff does not work |
Beta Was this translation helpful? Give feedback.
You can't determine the visibility of a column based on its rows. Instead, use the disabled()