Is it possible to apply formatting to a specific row in Slickgrid?
I am aware you can apply formatting rules via columns - but I need to apply a format rule to a row.
i.e. I have a "totals" row on my grid - so I want to make the row bold or something to stand out from the other rows.
Easy - https://github.com/mleibman/SlickGrid/wiki/Providing-data-to-the-grid.
In short, implement getItemMetadata
and specify the formatter
override based on the row number. This is exactly what the slick.groupitemmetadataprovider.js does when used in conjunction with the DataView.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With