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

[React Integrate]: Could I use React Component instead of "Template Cells"?

Open
#388 0 comments 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.