for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OpenSkill\Datatable\Columns\Orderable;
class DescOrderable extends Orderable
{
/**
* Will determine if the current configuration allows ordering.
* @return bool True if the column can be ordered, false if not.
*/
public function isOrderable()
return true;
}