ember-table
ember-table copied to clipboard
I'm not sure if there is a reason these need to still be pods or not, but refactoring to colocation fixes some issues with embroider and might be a good...
After talking with Dan on the typescript team, it seems that typing the current api for glint is impossible due to the api being passed around. and not taking the...
I am hitting a weird error where if I install ember-table, it breaks PostCSS, unless I install and configure postcss-scss. It would be ideal if we could opt in/out of...
While using `ember-table`, I noticed I was getting a type error when passing `selectingChildrenSelectsParent` to the `t.body` component (see [Selection Mode docs](https://opensource.addepar.com/ember-table/docs/guides/body/row-selection#selection-modes) and [usage in code](https://github.com/Addepar/ember-table/blob/master/addon/components/ember-tbody/component.js#L97)) I had a quick...
I noticed the `widthConstraint` type of the `ember-thead` comopnent, didn't accept the `'eq-container-slack'` and `'gte-container-slack'` options that are defined in the [docs](https://opensource.addepar.com/ember-table/docs/guides/header/size-constraints)
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.1. Release notes Sourced from webpack's releases. v5.92.1 Bug Fixes Doesn't crash with an error when the css experiment is enabled and contenthash is used...
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.6. Release notes Sourced from sass's releases. Dart Sass 1.77.5 To install Sass 1.77.5, download one of the packages below and add it to your...
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.7.5. Release notes Sourced from socket.io's releases. 4.7.5 Bug Fixes close the adapters when the server is closed (bf64870) remove duplicate pipeline when serving bundle...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.6 to 7.24.7. Release notes Sourced from @babel/core's releases. v7.24.7 (2024-06-05) :bug: Bug Fix babel-node #16554 Allow extra flags in babel-node (@nicolo-ribaudo) babel-traverse #16522 fix: incorrect constantViolations...
This screenshot is taken from your documentation. When the Total Revenue column is sorted, its sorting the values 748, 400, 3264... where I'd expect it to sort them 3264... 748,...