matestack / matestack-ui-bootstrap

As an extension for Matestack Ui Core, Matestack Ui Bootstrap ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before!
https://docs.matestack.io/matestack-ui-bootstrap
MIT License
11 stars 4 forks source link

`bs_smart_collection` Fix custom rendering per column #11

Closed jonasjabari closed 3 years ago

jonasjabari commented 3 years ago

Rendering of components should be possible per column, like:

     columns: {
        some_attribute: {
          heading: "Datum",
          format: ->(column_data) { bs_badge column_data
        }
      },

Currently the badge is rendered twice!