private static final String CUSTOM_COMPARATOR_LABEL = "customComparatorLabel";
protected static final String NO_SORT_LABEL = "noSortLabel";
public static void main(String[] args) {
StandaloneNatExampleRunner.run(700, 400,
new PersistentNatExampleWrapper(new SortableGridExample()));
}