use strict;
use ODS;
name "a";
options (
custom => 1
);
column b => (
type => 'string',
sortable => true,
filterable => true
);
1;
__END__