TextColumn::sortable() issue
I am trying to create a bulletin board and I hope to use the sortable() method to achieve a search function. However, I have encountered some bugs. I have searched the official documentation and other methods, but I have not been able to solve them. If you need other code, please let me know what you need.
4 Replies
I think you're looking for ->searchable(). I'm not sure if ->filterable() even exists.
Not sure why you think
sortable()
is the issue, if the error clearly state filterable()
doesn't exit 🤷🏼♂️fix it done