dataview

  1. xiaoyao

    Android Question b4a how to Show Data Rows Cols Like Excel?

    Which control do I need to use to create a simple app like Excel? If editing is still possible, which control is better and how to save data? For example, loading a CSV file into a table, or ABC XLS, ABC.XLSX files, or JSON format data. [{"col1":"a1","Col2","a2"},{"col1":"b1","Col2","b2"}]
  2. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 9: DataView

    Ola Get your own copy of BANanoWebix The data view is also one of the elements to view data from data sources. One feeds it whatever template they need to display it it. For example here we have used.. <div id='tmp' class='webix_strong' style='background-color:#ffeaea !important;'...
Top