David Larrabee
7eb232675f
Modify implementation of how data tables define cells
...
* We want a clean, clear, but flexible interface for using data tables
* We want the model to define our cell
* We want to be informative to the user if they do not define the cell
2015-04-06 14:39:52 -04:00
Mark Rickert
d926e9daa4
Allows the user to specify the cell template within the model
...
So they'd specify
def cell
{
cell_class: WhateverCell,
properties: {name: :name, something_else: :datetime}
}
end
2015-03-27 12:04:21 -04:00
David Larrabee
cba7373b55
Update data table sample to use a CDQ based model
2014-12-22 15:24:07 -05:00
David Larrabee
36dc60f717
Adds Data backed table screen
2014-12-22 08:34:49 -05:00
Todd Werth
5e66cd84e6
Initial commit
2014-11-14 09:36:24 -08:00