Jason Stoltzfus

Results 302 comments of Jason Stoltzfus

buildkite test this

**Selectively not allowing to reorder certain columns:** We would simply hide the drag handle, right? Not sure if that solves the problem or not -- if other columns can be...

@flash1293 Sorry for the late reply Joe. Is this request still needed? If so: - Is there a corresponding issue in Kibana for this? - What is the use case...

@flash1293 Alright. This one will likely hang out in the backlog for a while, just FYI. If you're able to distill the original description into a simpler ask, that may...

Here is a POC of a simple data grid that looks like the above: https://codesandbox.io/p/sandbox/sleepy-pond-pkjzjh?file=%2Fdemo.tsx It hides the header using: ``` css={css` .euiDataGridHeader { ${euiScreenReaderOnly()} } `} ```

> Something else for us to consider is how much of the accessibility complexity we would be pushing onto those adding actions to basic table. This comment was from @smith...

At it's core, it feels hard to recommend data grid for a case like this. Thematically, EuiDatagrid is purpose built to handle scenarios where you have loads of data. It's...

The use case in [this feature request](https://github.com/elastic/eui/issues/9000) is also likely driven by the need for cell actions. Hiding the headers on a basic table would be a lot simpler (if...

Hey @zinckiwi, Just wrangling some context and thoughts here. Since this is mostly related to SPA routing, for reference, this is our current recommendation: https://github.com/elastic/eui/blob/main/wiki/consuming-eui/react-router.md#1-conversion-function-recommended I've see this implemented in...

Just thinking that if we added something like `alwaysUseOnClick`, we probably wouldn't want to make it the default generally in the library, but we could leverage our [ComponentDefaults](https://github.com/elastic/eui/blob/623b75a8655de4bdc952320f9f0684a3105368b4/packages/eui/src/components/provider/component_defaults/component_defaults.tsx#L60) service to...