Enable table sorter.
fusion_sort_table( string $table_id ) : void
$table_id (string) (Required) The ID of the table.
No value is returned.
fusion_sort_table('test_table'); echo '<table id="test_table">...</table>';