
Add table component filtering and sorting.
You may see the value “Other” shown in various dropdown list filters in your generated application. This value is only shown when there are NULL values in the underlying database field to which the filter applies. For example, you may have a Customer table and showing a filter of Company Names. The filter will show all the names of companies in the database and if there are some records that do not have a Company Name, then “Other” will be inserted in the filter so that you can display those records that have a blank/null company name in the database. The Other entry will only be available when there are blank or null values.
Configuring Table and Record Panels
Table Column Total Configuration