Skip to content

Instantly share code, notes, and snippets.

View vincro's full-sized avatar

Vincent Roman vincro

View GitHub Profile
@ayhid
ayhid / DatatableContentsWithPagination.jsx
Last active August 14, 2017 11:00
DatatableContentsWithPagination
import React from 'react';
import ReactPaginate from 'react-paginate';
import {Components, getRawComponent, Utils} from 'meteor/vulcan:core';
export default class DatatableContentsWithPagination extends React.Component {
constructor(props) {
// super(props);
this.state = {
selected: 0,
}