Skip to content

Instantly share code, notes, and snippets.

View ammark's full-sized avatar
💭
Big boys code at night

Ammar Kalim ammark

💭
Big boys code at night
View GitHub Profile
@ammark
ammark / lopmonhoc.js.jsx
Created March 3, 2016 14:29 — forked from revskill10/lopmonhoc.js.jsx
Integrate Datatable with React.js
/** @jsx React.DOM */
var LopMonHoc = React.createClass({
getInitialState: function(){
return {data: []}
},
loadData: function(){
$.ajax({
url: '/daotao/lops',
success: function(data){
'use strict';
var React = require('react-native');
var {
Bundler,
StyleSheet,
Text,
TouchableHighlight,
View,
ScrollView,