Commit Graph

46 Commits (bde7e4cb0e31c0ccd4cf517821286176695b23d8)

Author SHA1 Message Date
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Javi Velasco 863c821400 Autoinject theme for Switch, Table and Snackbar 2016-05-30 06:59:44 +02:00
Javi Velasco b75e7577cf Migrate Table component to themr 2016-05-26 20:37:57 +02:00
Javi Velasco 4f85f4e5f9 Remove linter warning 2016-05-25 00:28:21 +02:00
Javi Velasco 33ff49119b Fix linter errors 2016-05-10 21:33:34 +02:00
Mauro 29aece7094 added ability to select only one row at the time 2016-04-12 11:42:10 +02:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco 516a0a3c13 Update dependencies, linter and rules 2016-04-09 20:34:34 +02:00
Keren Chandran cdd6ee5f05 Merge branch 'dev' of https://github.com/react-toolbox/react-toolbox into update-docs
# Conflicts:
#	components/autocomplete/readme.md
#	components/dropdown/readme.md
2016-04-06 20:50:12 -04:00
Emil Öberg 37f8f4c992 Added !default to all config values as per #424
This way, all config values can be overridden with custom style
2016-04-02 00:47:39 +02:00
Keren Chandran a841408a85 Fixed Spacing Issues for items in last commit. 2016-03-26 18:28:20 -04:00
Keren Chandran 3649ab18b8 Updated docs for slider, snacker, switch, table, tabs and time picker 2016-03-26 18:21:17 -04:00
Lucas Correia acde309b3b Add default statements to color variables
This is necessary for them to be configurable via toolbox-loader
2016-03-22 14:25:26 +01:00
Konstantin Baumann c5b19c2a3d [Table] enhancements
- allow usage of `react` components in table cells (header and rows): https://github.com/react-toolbox/react-toolbox/issues/268
- allow changing table header titles (via `title` prop in `model`): https://github.com/react-toolbox/react-toolbox/issues/296
- allow specifying `onChange` handler per column (via `model`) in order to make onyl certain columns editable instead of the whole table

Sample usage can be seen in the update `Table` test file.
2016-02-18 11:21:24 +01:00
Javi Velasco da0f1a631e Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
Javi Velasco c5d0d153b4 Use ClassNames in TableRow 2015-11-28 20:17:55 +01:00
@soyjavi b190ecc857 No abbr... 2015-11-25 09:59:12 +07:00
Nathan Marks f3d047e820 Remove jsx extension from component index files, replace with js 2015-11-22 17:49:46 -05:00
Javi Velasco cfebdb55f4 Rename most components index to actual components 2015-11-22 21:41:28 +01:00
Javi Velasco 364e270da1 Better imports organization. Fixes #140 2015-11-21 14:26:17 +01:00
Javi Velasco fb2909640d Add selectable property to table. Fixes #145 2015-11-21 13:18:05 +01:00
Javi Velasco 272a37fd4c Stateless table component 2015-11-14 10:26:50 +01:00
@soyjavi d37b3d536f Missing code in <Table> 2015-11-12 12:02:37 +07:00
Javi Velasco 30aedb411d Merge and solve conflicts 2015-11-12 01:20:02 +01:00
Javi Velasco 9096f8f428 Remove unused event variable in table component 2015-11-12 01:18:54 +01:00
Javi Velasco 4fdfc0aeef Solve conflicts 2015-11-11 10:30:22 +01:00
@soyjavi 0fe79fdd2f Pure <Table> and improve events. 2015-11-11 10:07:22 +07:00
@soyjavi ae95446735 Fixed typo 2015-11-10 19:06:13 +07:00
Javi Velasco 67ab8746a9 Proper import path for documentation files 2015-11-10 11:07:43 +01:00
@soyjavi 5f17e645dd Merge with master 2015-11-07 15:20:21 +07:00
Javi Jiménez eb5317d3bf Merge pull request #68 from react-toolbox/checkbox.stateless
Checkbox.stateless
2015-11-07 15:17:36 +07:00
@soyjavi 147088bfa3 Alphabetical Order for properties and methods 2015-11-07 09:36:51 +07:00
@soyjavi b3150f4e74 <Table> using the new stateless <Checkbox> 2015-11-07 09:01:07 +07:00
@soyjavi 0468c87999 Fix name for identify components 2015-11-05 07:04:56 +07:00
@soyjavi ce9bd76bc7 Lint more files 2015-11-04 19:50:53 +07:00
@soyjavi 24c3390518 Lint code 2015-11-04 19:43:32 +07:00
@soyjavi 02c602430b Minor changes 2015-11-04 16:55:08 +07:00
@soyjavi 1712fc97e4 Now you can select all rows, or independent row. You have a new method getSelected() which gives you all rows selected. 2015-11-04 16:16:31 +07:00
@soyjavi 889408108c Select/Unselect all rows 2015-11-04 13:01:30 +07:00
@soyjavi 0f9a38a5c9 Now head dispatch a selected value (for select/unselect all rows) 2015-11-04 12:57:13 +07:00
@soyjavi e5c6cba08d More easy for create a editable/selectable table. 2015-11-04 12:33:12 +07:00
@soyjavi 5c1489a0f2 Styles much better 2015-11-04 10:42:57 +07:00
@soyjavi d7c5dbece4 Minor changes 2015-11-04 10:20:02 +07:00
@soyjavi 806e484712 Documentation for <Table/> 2015-11-04 10:15:27 +07:00
@soyjavi 8944335a87 First version of basic MD <table> 2015-11-03 13:23:23 +07:00