Extension talk:SimpleTable/1.2
Replace $tabbed = trim($tabbed); on line 128 with:
$tabbed = trim($tabbed, "\n\r\0 ");
Because otherwise you trim leading and trailing tab characters as well. This results in empty wiki cell which gives error when sorting on sortable wikitables.
Start a discussion about Extension:SimpleTable/1.2
Talk pages are where people discuss how to make content on MediaWiki the best that it can be. You can use this page to start a discussion with others about how to improve Extension:SimpleTable/1.2.