Rufus Pollock
fa0f37b5f7
[#116,view/grid][s]: do not show extra header col if no scrollbar on grid body.
2012-05-17 23:57:08 +01:00
Rufus Pollock
7963dc2a09
[#116,view/grid][m]: fixed header on grid table so you can scroll and header stays fixed - fixes #116 .
...
* [s] in changes by [m] in effort
* pretty painful to do and we now have to set width of columns explicitly - though this will be useful going forward if we allow adjustable width columns.
* even support different width scrollbars in different browsers (have not tested in IE though!)
* remaining bug is that we have an overhang in header when no scrollbar for body (probably not that hard to fix ...)
2012-05-17 13:22:42 +01:00
Rufus Pollock
f229d6985c
[view/grid][xs]: fix to grid css so drop-down menus are not hidden if they overflow plus move no-hidden attribute onto recline-grid making css simpler and more reliable.
2012-05-13 08:25:23 +01:00
Rufus Pollock
e4aa4e546c
[#82,flash/notify,refactor][m]: convert notify / flash messages to use events rather than call to a central function.
2012-04-26 22:45:28 +01:00
Rufus Pollock
650d83e6b4
[view,util,refactor][s]: move cellEditor template into view-grid from util (as only place it is used).
2012-04-26 21:38:42 +01:00
Rufus Pollock
b28fe024a1
[#46,refactor,util][xs]: remove util functions (e.g. show, hide, observeExit) which are now no longer used after recent commits.
2012-04-26 21:31:50 +01:00
Rufus Pollock
c5512c67f5
[#46,refactor][s]: remove DataTranform view (for transforming whole doc not just column) as not used and probably not functional.
2012-04-26 21:28:01 +01:00
Rufus Pollock
9c0c4dfae3
[#46,view-grid,view-transform-dialog][s]: switch ColumnTransform to work off bootstrap modal.
2012-04-26 21:20:59 +01:00
Rufus Pollock
dd3b17e3bb
[#88,bugfix][xs]: for some reason changing of hiddenFields on grid state was not propagating a change event.
...
* suspect this may be to do with backbone and how it checks for changes on arrays.
2012-04-25 15:53:46 +01:00
Rufus Pollock
39a6c1eb74
[refactor][xs]: rename DataGrid to Grid for simplicity and consistency with file name.
2012-04-15 16:35:33 +01:00
Rufus Pollock
670eb1e1de
[#88,view/grid,refactor][s]: switch DataGrid to use new state setup (and introduce new Model ObjectState for this purpose).
...
* Switched hiddenFields to be part of state object (only state on DataGrid at the moment).
2012-04-14 12:58:39 +01:00
Rufus Pollock
5eb075b14c
[#45,test/view-grid][s]: add test for hide column functionality on DataGrid (first test of this view).
2012-04-14 12:44:07 +01:00
Rufus Pollock
11f4fb1151
[#78,tidying][s]: fixes for as many jshint issues as possible in src/*.js.
2012-04-10 20:21:18 +01:00
Rufus Pollock
dea4b3ece1
[#83,facets][s]: add date histogram facet support.
...
* Incomplete in various ways (e.g. cannot apply filter correctly using it) but can add and view.
2012-04-10 16:25:08 +01:00
Rufus Pollock
70c43015ea
[#68,view-grid,refactor][xs]: switch to new field / doc renderer and deriver.
...
* remove existing cellRenderer and switch to calling doc.getFieldValue(field)
2012-04-10 01:30:06 +01:00
Rufus Pollock
28c9be4268
[#81,css][s]: tidying up css by ensuring top level data explorer and grid view have recline- in them.
2012-04-10 00:22:27 +01:00
Rufus Pollock
517c95f78a
[#66,filters][m]: full editing of text filters plus add text filter via column menu in grid view - fixes #66 .
2012-04-09 11:15:50 +01:00
Rufus Pollock
9a3c0523c6
[#78,tidying][xs]: add /*jshint multistr:true */ to all files where we use multiline strings to avoid unnecessary jshint warnings.
2012-04-08 09:33:20 +01:00
Rufus Pollock
aa42e49192
[#62,facets,ux][s]: add facets via column menus and tidy up facet viewer (hide support, plus do not show if no facets).
2012-04-01 19:13:08 +01:00
Rufus Pollock
add2afa93a
[view/grid][xs]: remove obsolete unused menu options (and associated TODOs) plus delete column (since not working).
...
* Not clear how easy it is to implement delete column.
2012-04-01 18:26:47 +01:00
Tom Rees
ee9e7d07fb
Fixing IE7 compatibility issues
2012-03-27 18:26:43 +01:00
Rufus Pollock
c8cc82a31c
[#59,bugfix][xs]: dropdowns on grid header drop to left rather than right - fixes #59 .
...
* utilizing bootstrap v2.0.2 support for pull-right on dropdowns.
2012-03-25 14:57:08 +01:00
Rufus Pollock
b13bae046b
[css][xs]: make new menus in data grid a bit nicer.
2012-03-14 21:31:41 +00:00
Rufus Pollock
4b5c647ab4
[grid,ui][s]: switch to bootstrap dropdowns for grid menus.
2012-03-14 18:41:23 +00:00
Rufus Pollock
b5f2a3bbc5
[view/grid,css][xs]: add zebra striped for grid and fix width of search box.
2012-02-29 13:55:11 +00:00
Rufus Pollock
57978c324b
[docs,build][m]: build latest version of the docs doing some tidying of the docs along the way.
2012-02-28 22:58:20 +00:00
Rufus Pollock
ae587506f3
[#34,query][s]: switch to proper ES style sort structure.
2012-02-28 16:43:37 +00:00
Rufus Pollock
1fd337e1d4
[#48,refactor][s]: rename DataTable to DataGrid - fixes #48 .
2012-02-22 21:18:30 +00:00
Rufus Pollock
1abf2769bd
[#48,view/grid][xs]: split out DataTable (soon to be Grid or DataGrid) into its own file.
2012-02-22 21:06:58 +00:00