Anton Abramovich

Results 7 comments of Anton Abramovich

@liamyoon Thanks for the direction, I've tried that solution, but unfortunately that doesn't work well with fixed header (try resizing to a less than sum of all columns widths) https://codesandbox.io/s/colspan-and-rowspan-antd4161-forked-t0ete?file=/index.js...

@SheetJSDev, it will be nice to figure out, what the max file size supported today

@SheetJSDev, your file sizes are really impressive. I'm trying to convert file ~2MB size and I get blank output. And I don't have any other 'jazz' except raw text. Could...

@SheetJSDev, hmmm, I'm really sorry. I've just noticed macros in file. Is it may be the issue?

Adding my 2 cents here: both [ARIA specification](https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html) and `` [MDN page](https://developer.mozilla.org/ru/docs/Web/HTML/Element/select) mention that highlighted option should be backfilled (just like in Antd autocomplete) when navigating with arrows. Would be...

The workaround I came with is writing an additional small plugin: ```ts // dayjsNullSupport.ts export default function (options: any, dayjsClass: any): void { const oldParse = dayjsClass.prototype.parse; dayjsClass.prototype.parse = function...

Mac Chrome seems to render correctly, Windows Chrome renders unequal widths. I created the same issue some time ago https://github.com/ant-design/ant-design/issues/55094 This is my machine, Windows, Chrome: (had to fork to...