blob: f745fa9ea56b130255ad01eecb0dfbb56340dca2 [file] [log] [blame]
import './index';
import 'elements-sk/styles/buttons';
import { $$ } from 'common-sk/modules/dom';
import { SortSk } from './sort-sk';
const sortSk = $$('#as_table')! as SortSk;
sortSk.sort('name', 'up', true);