Skip to content
shanestillwell edited this page Nov 14, 2012 · 3 revisions

Best Practices for Appcelerator Development

Tables

  • Find the number of rows in a table table.data[0].rowCount
  • Always give TableRowViews a class name className: 'photos'. This helps the rendering of that table.

Clone this wiki locally