Commit Graph
79 Commits
Author SHA1 Message Date
AllenFang 1eb7717ef2 patch docs for 1.0.0 2018-08-04 14:24:34 +08:00
AllenFang b9d9928e2a patch for 1.0.0 2018-08-04 14:24:34 +08:00
AllenFang 533bff3f17 20180801 release 2018-07-31 17:15:40 +08:00
AllenFang 40b98d24d4 20180715 release 2018-07-15 14:53:17 +08:00
AllenFang efe38dbd54 patch for 20180624 release 2018-06-24 15:57:37 +08:00
AllenFang 15581a296a 20180604 release 2018-06-03 22:59:01 +08:00
AllenFang 7a65f1d2d2 0513 releas 2018-05-14 22:54:44 +08:00
AllenFang 5edfdeea0d 20180507 release 2018-05-06 16:17:06 +08:00
AllenFang 02aa4a4e82 patch wrong link 2018-04-15 21:42:36 +08:00
AllenFang 35b887f966 2018/04/15 release 2018-04-15 21:24:30 +08:00
Chun-MingChen 35f9503620 emphasize the title and remove unnecessary order number 2018-04-08 00:57:23 +08:00
Chun-MingChen ba88b7192f refine the description of filter 2018-04-05 16:32:56 +08:00
Chun-MingChen 0e833f580e fix the typo and update the sidebar 2018-04-05 16:32:56 +08:00
Chun-MingChen bc910edee4 simplify the introduction of column.filter in table-props.
* re-position and description in more details in filter-props
2018-04-05 16:32:56 +08:00
Chun-MingChen 7b4bb40e87 details for comparator 2018-04-05 16:32:55 +08:00
Chun-MingChen 7a9057416b details for props of number filter 2018-04-05 16:32:55 +08:00
Chun-MingChen 43444471e2 details for props of select filter 2018-04-05 16:32:55 +08:00
Chun-MingChen d0dec13744 details for props of text filter 2018-04-05 16:32:55 +08:00
Chun-MingChen 5a69f3a5b5 basic introduction for filters 2018-04-05 16:32:55 +08:00
AllenFang e7641bd7d3 20170401 release 2018-04-01 15:06:31 +08:00
AllenFang 3d5ce74d46 fix dead link 2018-03-25 16:50:28 +08:00
AllenFang b27e7eb13c fix typo 2018-03-18 23:02:24 +08:00
AllenFang 6d2746ea1d patch docs for 3/19 2018-03-18 17:29:01 +08:00
陳乙山 5303c1ae22 fix typo 2018-03-15 09:33:09 +08:00
AllenFang cdcd69a854 0306 release 2018-03-05 23:28:07 +08:00
AllenFang 9a2dc319ce 20180214 2018-02-14 16:26:01 +08:00
AllenFang eef31a1266 rowEvents 2018-02-04 21:56:34 +08:00
AllenFang 95370332c0 missing to introduce the filter css 2018-01-31 23:51:41 +08:00
AllenFang 265d116f59 2018/02/02 update 2018-01-31 00:11:56 +08:00
AllenFang ac53dfd5d1 tweak docs 2018-01-21 23:55:02 +08:00
AllenFang 234a446a4f paginationFactory renming 2018-01-20 17:50:21 +08:00
AllenFang f8014b6162 tweak for naming 2018-01-20 15:30:55 +08:00
AllenFang 6ce915fa70 add overlay docs 2018-01-14 13:48:32 +08:00
AllenFang 23c914c3b4 enhancement 2018-01-14 13:32:56 +08:00
AllenFang e7b34feb89 add work on row docs 2018-01-13 14:22:12 +08:00
AllenFang fb3cabc7e5 finish pagination and remote docs 2018-01-12 23:00:31 +08:00
AllenFang 73774fcdbf add live demo 2018-01-12 20:54:21 +08:00
AllenFang 231a4033b8 add cell edit 2018-01-11 23:16:33 +08:00
AllenFang 6c272540bf add column filter 2018-01-11 22:45:44 +08:00
AllenFang 6d14cd3e1b work on docs 2018-01-10 23:28:03 +08:00
AllenFang 202f84702b initial getting started adn finish the api docs 2018-01-09 23:41:00 +08:00
Chun-MingChen 9623c63d71 publish: Merge pull request #156 refine remote filter and pagination
generated from commit 90bea38900
2017-12-24 21:59:32 +08:00
AllenFang 2fbc84e36e pathc docs for remote mode 2017-12-24 16:16:40 +08:00
AllenandGitHub 5cbeae704b Fix #154
* headerFormatter should custom whole the header cell

* add story for headerFormatter with filter and sort

* patch docs for column.headerFormatter
2017-12-23 14:52:04 +08:00
AllenandGitHub 80b1ac3370 fix #147
Implement TextFilter
2017-12-23 14:00:37 +08:00
AllenFang 64b3710ae0 docs for column filter 2017-12-23 13:54:03 +08:00
Chun-MingChen 472f5d887c layout and wording beautify 2017-12-16 13:36:23 +08:00
Chun-MingChen 48004e1cb5 patch for pagination document
* required props for remote mode
2017-12-10 20:45:53 +08:00
chunmingandAllen 00f1105c8d Development/sorted classes and style (#136)
* fix missing defaultSorted props for default sort sample

* implement customized classes for sorted header

* [test] test for sorted header classes

* implement customized style for sorted header

* [test] test for sorted header style

* update document

* add missing props check and fix typo

* seperate sorting style and header into two props

* [test] add test case if column.headerStyle and column.headerClasses were defined

* implement customized header style and classes in column level

* [test] test for customized header style and classes in column level

* [DOC] document for customized classes and styles

* sample for customized classes and styles

* typo fix for document

* tuning the wording for test and documents
2017-12-10 13:53:03 +08:00
AllenFang a363764ce9 patch docs for overlay 2017-12-03 17:59:21 +08:00