Commit Graph

163 Commits

Author SHA1 Message Date
chessai
b747d71d75 also update colonnade hackage docs to point users to lucid-colonnade 2018-01-15 10:51:30 -05:00
chessai
53f9ebeea0 fix lower bound of colonnade for lucid 2018-01-15 10:45:51 -05:00
Andrew Martin
cb5be2ab25 add lucid-colonnade 2018-01-12 19:53:25 -05:00
Andrew Martin
a3d4c36bfa clean up siphon a little more 2018-01-12 19:02:16 -05:00
Andrew Martin
17b1473359 improve docs for siphon a little more 2017-12-15 09:36:31 -05:00
Andrew Martin
f115e7798b redo interface to siphon 2017-12-14 22:30:01 -05:00
Andrew Martin
4f3e83a908 make pagination show 1-based indexes pages to end user, even though it internally uses 0-based indexes 2017-11-21 09:48:06 -05:00
Andrew Martin
add35c3fc1 add paginated cornice to reflex-dom-colonnade, tweak all other packages to work with Headedness 2017-11-13 22:45:00 -05:00
Andrew Martin
c01dce8eb2 make pagination reset to zero when the rows change 2017-10-26 12:31:07 -04:00
Andrew Martin
0427fd82e2 fix problem with cells not being hidden 2017-10-05 15:28:25 -04:00
Andrew Martin
eeaa05d2a2 hide inactive rows 2017-09-28 17:05:49 -04:00
Andrew Martin
8c0faf9ae2 make paginatedExpandable actually hide stuff 2017-09-28 16:55:16 -04:00
Andrew Martin
2d5ae3851a attempt to fix paginatedExpandable 2017-09-28 16:47:02 -04:00
Andrew Martin
50ffb67738 let reflex-dom tables return arbitrary Monoids 2017-09-28 09:55:03 -04:00
Andrew Martin
e3f2eb8ccf add paginatedExpandable 2017-09-26 15:12:15 -04:00
Andrew Martin
900f6a2e18 correct rounding bug in pagination 2017-09-25 16:50:40 -04:00
Andrew Martin
6300c03a5f correct logic for hiding pagination 2017-09-25 11:02:59 -04:00
Andrew Martin
16457188fe add a few more instances of Cellular and export it 2017-09-25 10:31:22 -04:00
Andrew Martin
7e002f9d5b a few more tweaks, redo Pagination data type 2017-09-25 09:17:40 -04:00
Andrew Martin
24a2c1d142 start using typeclass to make headed vs headless more convenient. add paginated for reflex-dom 2017-09-24 22:02:57 -04:00
Andrew Martin
11f9a10268 add a new function for expandable tables 2017-09-22 12:21:06 -04:00
Andrew Martin
59318ccb26 make staticTableless using dynamic tr attrs 2017-09-20 10:52:18 -04:00
Andrew Martin
f07bb06e1b add staticTableless 2017-09-20 10:33:58 -04:00
Andrew Martin
72ea18ba5e add helper function to prevent looping 2017-09-17 13:03:02 -04:00
Andrew Martin
13b0f64b69 make cappedResizable return the result of the tfoot 2017-09-17 11:30:02 -04:00
Andrew Martin
3529a72950 make cappedResizable provide the dynamic colspan 2017-09-17 10:54:39 -04:00
Andrew Martin
3f4d0fb5cd allow a table footer to be passed to cappedResizable 2017-09-17 08:55:59 -04:00
Andrew Martin
f62d10b75c use display:none instead of setting colspan to 0 2017-09-15 15:40:19 -04:00
Andrew Martin
4886ad9ff0 Merge branch 'master' of github.com:andrewthad/colonnade 2017-09-15 14:43:12 -04:00
Andrew Martin
01a75dc318 make annotated cornice more flexible, allow reflex-dom tables whose columns can be hidden 2017-09-15 14:43:04 -04:00
Andrew Martin
21f6767a44 stop erroring on unmatched pattern. this allows colonnade to build with GHC 7.10, which does an awful job with exhaustiveness checking on GADTs 2017-08-19 15:07:49 -04:00
Andrew Martin
44b55d2df4 depend on semigroups so that older GHCs work 2017-08-19 15:03:21 -04:00
Andrew Martin
a0b4b1aa7e version bump 2017-07-20 22:15:37 -04:00
Andrew Martin
45c961fdd1 fix problem in siphon 2017-07-20 22:15:17 -04:00
Andrew Martin
83e069d1b6 fix problem where empty cells at end of row were not recognized 2017-06-11 23:02:08 -04:00
Andrew Martin
fb6064b79f make tests pass again 2017-06-11 20:01:34 -04:00
Andrew Martin
03e9e3734b Begin overhaul of siphon 2017-06-09 19:28:32 -04:00
Kyle McKean
fca7d72085 lol tests pass in nix now 2017-05-10 00:12:58 -04:00
Andrew Martin
432ab8d193 stop wrapping sectioned table in tbody 2017-05-08 21:13:15 -04:00
Andrew Martin
88b2704951 add sectioned table 2017-05-08 16:42:59 -04:00
Andrew Martin
bfb8e59c09 add expandable to reflex-dom-colonnade 2017-05-06 20:40:16 -04:00
Kyle McKean
76cb112361 testing out traversable functions 2017-04-19 21:49:57 -04:00
Kyle McKean
31c423ad1a make api more useable 2017-04-14 15:06:00 -04:00
Kyle McKean
cb9d9091b8 Merge pull request #6 from mckeankylej/master
update to reflex-4 and flesh out api
2017-03-30 10:52:25 -04:00
Kyle McKean
3a5e731d29 bumped cabal version 2017-03-29 18:18:33 -04:00
Kyle McKean
7482a66b3e update to reflex-4 and flesh out api 2017-03-29 17:18:58 -04:00
Andrew Martin
c188d728bb add anchorWidget 2017-02-25 15:40:07 -05:00
Andrew Martin
c646c467c9 add more functions for tweaking headedness 2017-02-25 14:08:49 -05:00
Andrew Martin
e0a0f66a43 Merge pull request #5 from tomjaguarpaw/patch-1
Remove duplication
2017-02-24 17:37:31 -05:00
tomjaguarpaw
7919b2c5ac Remove duplication 2017-02-24 19:29:38 +00:00