If you add to the model list config as array:
public $listConfig = [
'list_one' => 'list_one_config.yaml',
'list_two' => 'list_two_config.yaml',
];
And you add renderes for theese config respectively. List switch will work only for first list.
After click on list switch column type in second list post data are sent but column value remains same.