Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
[React Integrate]: Could I use React Component instead of "Template Cells"?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
I try to use Tabular on React by #189.
But I would like to use React Component instead of Template Cells
{
tmpl: Meteor.isClient && Template.bookCheckOutCell
}
------------
<template name="bookCheckOutCell">
<button type="button" class="btn btn-xs check-out">Check Out</button>
</template>
Please help me.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the React integration referenced in issue #189 and the Tabular cell configuration shown here. Determine whether the requested React Component support is defined anywhere in that integration. Done would mean a documented, agreed approach for rendering a React component instead of the referenced Template Cell.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100