thomasnield
09/06/2016, 12:57 AMthomasnield
09/06/2016, 1:21 AMCompositeObservable
utility, which I think will have some breaking changes before 1.0 release.thomasnield
09/06/2016, 1:21 AMthomasnield
09/06/2016, 1:21 AMthomasnield
09/06/2016, 1:34 AMRuckus
09/06/2016, 4:54 AMron
09/06/2016, 5:21 AMedvin
09/06/2016, 6:51 AMedvin
09/06/2016, 6:52 AMedvin
09/06/2016, 6:58 AMedvin
09/06/2016, 7:01 AMInt::class
type is not used, but it has to be declared. If you want to assign to cellFactory
however, the type is needed.cypher121
09/06/2016, 7:17 AMedvin
09/06/2016, 7:21 AMvalue()
), so the compiler cannot infer that type no matter what. The column function needs two type arguments: The TableView type and the column type. If you want to specify the column type you also have to specify the table view type, so you end up with column<MyObject, Int>("Level") ...
.edvin
09/06/2016, 7:21 AMcypher121
09/06/2016, 7:22 AMedvin
09/06/2016, 7:46 AMedvin
09/06/2016, 7:49 AMedvin
09/06/2016, 8:52 AMedvin
09/06/2016, 11:28 AMedvin
09/06/2016, 11:59 AMmikehearn
09/06/2016, 12:02 PMmikehearn
09/06/2016, 12:02 PMmikehearn
09/06/2016, 12:03 PMedvin
09/06/2016, 12:06 PMmikehearn
09/06/2016, 12:06 PMmikehearn
09/06/2016, 12:06 PMedvin
09/06/2016, 12:07 PMdefaultWidth
and made sure that the default setting is to give all columns their needed space and then add the remaining width to the last column if any.