Nikolay
Nikolay
There's no angular component in this library. You could publish your own as a separate package. I won't add it to the readme though, because I don't work with Angular...
@dentuzhik Don't just add +1s to my PR, leave a comment here, so that the two lazy maintainers of this project finally merge it in.
Hi. First of all, there're no `./types.d.js` files in the repo, only `./types.d.ts` ones. Second, regular TypeScript doesn't allow importing files with `.ts` extension: https://bobbyhadz.com/blog/typescript-import-path-cannot-end-with-ts-extension
I see. So looks like TypeScript ESM is incompatible with regular TypeScript. It’s weird that they haven’t implemented backwards compatibility though similsr to Node.js’es where they support importing non-type-module modules...
Well it's not supposed to, is it? Only reducers hot reload
Hi. It's strange that it doesn't return all data. I'd assume it would return every row (with duplicates). You could provide the file and I could maybe hypothetically look at...
> I have already tried more than a dozen libraries and everyone has this problem. Even if I manage to return all the rows, they will return null That's how...
I think there could be: a library could duplicate the top row value onto the other rows when it sees that a cell has a "col span" attribute.
@bdefore Hello. > this is because the webpack-isomorphic-tools does not know of the assets when in development mode I didn't understand what you meant there. It should know of everything...
@bdefore oh, i see.