Filters the Manage Users table features.
Parameters
$table_features
(array) Available options.
$table_features = array(
'searching' => 'true',
'paging' => 'true',
'info' => 'true',
'stateSave' => 'true',
'scrollX' => 'true',
'colReorder' => '{ fixedColumnsLeft: 1, fixedColumnsRight: 1 }',
'order' => '[]'
);