When I try disabled tab to click
'linkOptions'=>['class'=>'disabled','data-toggle'=>""]
data-toggle is override in Tabs class. I think that there should be
if(!isset($linkOptions['data-toggle'])){
$linkOptions['data-toggle'] = 'tab';
}