Joe Lamb
Joe Lamb
This is a temporary measure to ensure column width preferences are persisted with a key that can be used to retrieve them. This is only needed until [issue#238](https://github.com/CrowdStrike/ember-headless-table/issues/238) is addressed
This **BREAKING CHANGE** fixes[ issue#238](https://github.com/CrowdStrike/ember-headless-table/issues/238) by correctly using the name property of the plugin class to save preferences. Updates tests Why is this a breaking change? Because, any previously saved...
Plugin preferences should be saved with the key defined in the name property of the class references: [API documentation](https://ember-headless-table.pages.dev/api/interfaces/plugins.Plugin#name) [Plugin Interface](https://github.com/CrowdStrike/ember-headless-table/blob/263d12d/ember-headless-table/src/-private/interfaces/plugins.ts#L88) The two failing tests in [this PR](https://github.com/CrowdStrike/ember-headless-table/pull/237), point to...
See discussion here: https://github.com/CrowdStrike/ember-headless-table/pull/211#discussion_r1283447227 `await settled` _should_ work, but currently a 50ms wait is needed when testing column resizing