https://twill.io logo
of course ``` protected $indexColumns = [ ...
# ❓questions
n
of course
Copy code
protected $indexColumns = [
        'title' => [ 
            'title' => 'Title',
            'field' => 'title',
        ],
        'User Name' => [
            'title' => 'User Name',
            'field' => 'user_name',
            'sort' => true,
        ],
        'User Email' => [
            'title' => 'User Email',
            'field' => 'user_email',
            'sort' => true,
        ],
    ];