Angular
#
Install#
UsageIn your module
In your component template
Finally don't forget to add gridjs theme in your index.html
#
InputsYou can pass all Grid.js configs to the
<gridjs-angular>
component as inputs. See Grid.js Config for more details.config
You can pass Grid.js config as one object and it will be merged with other Grid.js inputs.plugins
Grid.js plugins array. See Grid.js Plugins
#
Outputs- You can pass all Grid.js events as outputs with a little difference
load
event renamed tobeforeLoad
. See Grid.js Events
#
Can I use Grid.js rendering helpers? Yes- Using
h
function is working fine. See this example plugin.
- You can also use
html
in column formatter like this.