This commit is contained in:
@@ -13,7 +13,8 @@ todo: document that emojis can be used in any text field and key combo on window
|
||||
|
||||
todo: WIKI controls
|
||||
|
||||
todo: DATA TABLES
|
||||
todo: DATA TABLES
|
||||
(NOTE: stick to "Data table" terminology, previously was mixed use as "grid", not a grid anywhere, "Data table")
|
||||
Need help page specific to DataTable usage, link to it from the top of all manual pages that are for DataList UI pages (e.g. Customers page)
|
||||
Note: arbitrary 1024 max char text field length, truncates after that.
|
||||
Note: Special note to indicate that filtering by a column then hiding that column is supported as a feature
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
The AyaNova interface is designed to be "responsive" which means it will adapt what is displayed to accomodate to the size of the device being used.
|
||||
This means that on smaller screens items will be displayed in a vertical manner and on larger screens they will flow outwards horizontally to make the best use of screen space.
|
||||
|
||||
In addition some elements are customized to be easiser to use with specific sizes of devices. For example a data grid list of records will show as a traditional horizontal grid with columns on a larger display to take advantage of the horizontal space and on a smaller device the same list will appear as a series of vertical boxes containing each record. This avoids the need to scroll sideways on any screen size.
|
||||
In addition some elements are customized to be easiser to use with specific sizes of devices. For example a data table list of records will show as a traditional horizontal table with columns on a larger display to take advantage of the horizontal space and on a smaller device the same list will appear as a series of vertical boxes containing each record. This avoids the need to scroll sideways on any screen size.
|
||||
|
||||
The responsive display is dynamic which means it will adapt on the fly to the screen size even if it changes, so, for example if you rotate a narrow screen sideways the display will change to take advantage of the wider display area.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user