Table table. Sorter is set to true sortable, dataIndex is empty; 
 after clicking to sort, this column cannot be sorted, and there are no parameters. 
 {
 title: "name", 
 dataIndex:"", 
 sorter: true, 
 render: (text) = > {
 const name = text.name = = null?  deleted : text.name; 
 return name; 
} 

