Get the checked column in 'Configure Columns' #2766
-
Is it possible to get whatever columns is check or shown in the Configure Columns? // export method called from button
public function export()
{
// get the shown/checked columns only
} |
Beta Was this translation helpful? Give feedback.
Answered by
macit-emre
Dec 21, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
winex01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
they are stored in browser localStorage.
You may see it here :
So you may "technically" get from localStorage.
But as i understand, you want to use the data inside the "Screen" to avoid loading some expensive data. So you may not.