Aleksandr Epp
Aleksandr Epp
Since #58 is closed: The **documentToReactComponents** doesn't render embedded images. I can't pass custom renderer as suggested in #58 (I can, but **node** doesn't contain the needed data to render...
### Describe the bug I've noticed differences in how selection of all rows is treated when using standard vs. server-side pagination. As we see in the official example here: https://tanstack.com/table/v8/docs/examples/react/row-selection...
``` var validate = require("validate.js") var constraints = { amount: { numericality: true } } var form = { amount: '' } console.log(validate(form, constraints)) // returns ["Amount is not a...