When we click to sort the column where files are getting uploaded, we get an error stopping further processing, Please find the screenshot for details.
How to resolve this?
2 Answers
It’s mistakenly left in demo. There is no point in sorting images / uploaded files.
You can disable sorting on such columns by setting:
$col[“sortable”] = false;
Your Answer