protected function count_format(Table $table, $attrs)
 {
     $count = number_format($table->count_records());
     return '<span class="tabulate count-format">' . $count . '</span>';
 }