# Sorting

Client-side sorting can be enabled with sort option:

import { sort } from '@activewidgets/options';

const options = [
    sort()
];