Skip to content

is it possible to have different table for list and different table for form #797

Answered by mjauvin
SledgehammerPL asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe add this method to your controller?

    public function listExtendModel($model, $definition = null)
    {
        $model->table = "my_list_table";
        return $model;
    }       

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SledgehammerPL
Comment options

@SledgehammerPL
Comment options

@SledgehammerPL
Comment options

Answer selected by SledgehammerPL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants