Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
HTML around column data (maybe with reusable templates)
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to dynamically reuse templates in a table, something like
```
{
data: 'data.propertyX'
title: 'PropertyX'
tmpl: Meteor.isClient && Template.propertyCell
}
{
data: 'data.propertyY'
title: 'PropertyY'
tmpl: Meteor.isClient && Template.propertyCell
}
```
```
{{data}}
```
or some way to pass HTML to a column be rendered around the data?
Contributor guide
Research direction
Start with the column configuration examples in this issue and trace how column data is rendered. Determine whether reusable Blaze templates or HTML wrappers can be supported for columns, then verify that the requested propertyCell-style rendering works for both example properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100