Brian Hung
Brian Hung
I would also double check if you encounter `maximumFileSizeToCacheInBytes`, as that would prevent vendor.js from being properly cached.
If you want custom rowMarkers and to keep row selection behavior when clicking on them, I would use something like patch-package to customize their rendering.
@lukasmasuch Yep!
#365 covers this btw. Issue can be closed unless you want upload by url.
#969 should allow you to override how row markers are drawn. Hard to solve everyone's use cases generically otherwise.
Should we just let rowMarker to have its own custom renderer via customRenders?
For contentAlign, you can implement that yourself using [`drawHeader`](https://docs.grid.glideapps.com/api/dataeditor/custom-cells#drawheader) API. Would love if the default drawHeader did support that field though. Text wrapping is a bit harder, just because headerHeight...
A weird side-effect of this is with unmarked text, the field still exists but with null value.. ``` marks: {strong: null} type: "text" value: "heheheeh" ``` I feel like it...
Seems like you mostly just want to put DataEditorRef into React Context? This should be do-able ready in user-land right?
This might be an internal API error because I've gotten 503 using TypeScript.