ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Results 125 ember-table issues
Sort by recently updated
recently updated
newest added

Setting up **minWidth** and **maxWidth** values on a column doesn't seem to work. It seems like these values are: 1. Hardcoded in case **width** is provided: [code](https://github.com/Addepar/ember-table/blame/c1c1b3c9db8af65551067f4c0dc66be7bb3d14a1/addon/components/-private/base-table-cell.js#L57) 2. Set to...

Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

We are on Ember Table V5.0.6. We used the `setupEmberTableForTest();` helper in our tests. But our integration test are still flaky. It seems that some rendering tasks that are not...

While using the `@onClick` argument on a `EmberTr` component, I noticed the value I was getting back didn't match its type. I based the type off of the implementation of...

## Why? It's a very common pattern when working with nested checkboxes, that - when selecting a child checkbox - the parent checkbox gets an indeterminate state ## What? Add...

With the current version of `ember-table`, you can only customize the row selection and row collapse visualisation through CSS overrides of the `input type="checkbox"` element and its empty sibling `span`...

fixes https://github.com/Addepar/ember-table/issues/1064 Based on [docs](https://opensource.addepar.com/ember-table/docs/guides/body/row-selection#aborting-a-selection) and https://github.com/Addepar/ember-table/blob/master/addon/-private/collapse-tree.js#L167-L178

Bumps [sass](https://github.com/sass/dart-sass) from 1.79.4 to 1.80.3. Release notes Sourced from sass's releases. Dart Sass 1.80.3 To install Sass 1.80.3, download one of the packages below and add it to your...

dependencies

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.25.8. Release notes Sourced from @​babel/core's releases. v7.25.8 (2024-10-10) :bug: Bug Fix babel-core #16888 Restore public API of resolvePlugin/resolvePreset (@​nicolo-ribaudo) :house: Internal babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private,...

dependencies

## Background We use and maintain a fork of `ember-table` at work, and noticed that the pod structure is still used for components. Generally speaking, [`[email protected]` removed pod support for...