Devonte
Devonte
Is it possible to use babel to execute the code and thus can use ES6+ code i.e. modules
Original ```hbs {{#ct-input classNames="flex-grow" type="time" label="Arrive between" clearable=(not readOnly) disabled=readOnly defaultDate=(luxon hour=8 minute=0) placeholder="Now" date=stop.timeWindowEarliestTime onClear=(pipe (action (mut stop.timeWindowEarliestTime) null) (ct-orm "saveStopOfPlan" stop) ) onSave=(pipe (action (mut stop.timeWindowEarliestTime)) (ct-orm "saveStopOfPlan"...
When you sort by a column it does not look at the other pages ... it just sorts current page. Is there an action at least we can override to...
```handlebars {{#paper-data-table class='flex flex-100' sortProp='fullName' sortDir='asc' selectable=true as |table|}} {{#table.head as |head|}} {{#head.column checkbox=true}} {{#paper-checkbox disabled=true onChange=null}}{{/paper-checkbox}} {{/head.column}} {{#head.column sortProp='fullName' }}Name{{/head.column}} {{#if (not-eq search.profileType 'patient')}} {{#head.column sortProp='email' }}Email{{/head.column}} {{/if}} {{#head.column...
i.e. base url is /specialists/{id}/practice update url would be POST /specialists/{id}/practice/{practiceId}