i have use Custom list page view ,
i want get query data to use custom table without use $this->table ,
how can do that , passing data from Resource to pages ??
Section::make('Heading')
->schema([
// ...
])
->collapsed()
how to make section collapsed depended of varibel $is_collapsed
and update $is_collapsed value when collapsed change