Ryuuuu
Ryuuuu
Explore posts from servers
FFilament
Created by Ryuuuu on 1/18/2024 in #❓┊help
Sorting a table with a view as a column
All i need is literally 1 step further, after the query is done, when its already an Eloquent Collection, where sortBy() function will work since the column is there now
6 replies
FFilament
Created by Ryuuuu on 1/18/2024 in #❓┊help
Sorting a table with a view as a column
So when i give it a column that doesnt exist in the database, i get the same eloquent error, because all this does is modify the query
6 replies
FFilament
Created by Ryuuuu on 1/18/2024 in #❓┊help
Sorting a table with a view as a column
Which makes it alot cleaner than modifying the table query i guess, but it actually does the exact same thing
6 replies
FFilament
Created by Ryuuuu on 1/18/2024 in #❓┊help
Sorting a table with a view as a column
I found this method included in the HasTable:
$this->sortTable($this->sortingColumn, $this->sortingDirection);
$this->sortTable($this->sortingColumn, $this->sortingDirection);
6 replies
FFilament
Created by Ryuuuu on 1/18/2024 in #❓┊help
Sorting a table with a view as a column
bump
6 replies