This repository was archived by the owner on Jun 10, 2021. It is now read-only.
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
Added support to add render jsx on column render. #40
Closed
Description
Now the render function into the column definition should be a prop
or return h
for create element using JSX.
Check https://vuejs.org/v2/guide/render-function.html
Reference to #36