Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular

HTML around column data (maybe with reusable templates)

Open
#129 4 comments 0 reactions 0 assignees View on GitHub
enhancement will accept pull request
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.