This commit is contained in:
@@ -47,9 +47,6 @@ SHELL / NAV / MENUS / LAYOUT
|
||||
TODO: LOCALIZATION
|
||||
|
||||
|
||||
- DataTable changing screen width doesn't automatically transition to alternate view seems to require a forced refresh when it shouldn't
|
||||
- DataTable clean out old comments / clean up code
|
||||
|
||||
- Determine best way to handle filters at client then code it
|
||||
- Modify datalist server code to alternatively accept a json filter string instead of a filter ID (post?)
|
||||
- Actually, this is jsut for relative dates so, instead how about optional start and stop date parameters to go with filterid that contains relative filter?
|
||||
|
||||
@@ -260,18 +260,6 @@
|
||||
</template>
|
||||
</v-data-iterator>
|
||||
</template>
|
||||
<!-- <hr />
|
||||
|
||||
<div>Selected: {{ selected }}</div>
|
||||
<div>Headers: {{ headers }}</div>
|
||||
<div>Records: {{ records }}</div>
|
||||
<div>TotalRecords: {{ totalRecords }}</div>
|
||||
<div>caption: {{ caption }}</div>
|
||||
<div>apiBaseUrl: {{ apiBaseUrl }}</div>
|
||||
<div>formKey: {{ formKey }}</div>
|
||||
<div>dataListKey: {{ dataListKey }}</div>
|
||||
<div>dataFilterId: {{ dataFilterId }}</div>
|
||||
<div>viewPort is XS: {{ mini }}</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -505,9 +493,6 @@ function buildRecords(listData, columndefinitions, filters) {
|
||||
hour12
|
||||
);
|
||||
break;
|
||||
// case 6: //bool
|
||||
// change to checkboxes??
|
||||
// break;
|
||||
case 7: //decimal
|
||||
display = window.$gz.locale.decimalLocalized(display, languageName);
|
||||
break;
|
||||
@@ -525,7 +510,7 @@ function buildRecords(listData, columndefinitions, filters) {
|
||||
);
|
||||
break;
|
||||
default:
|
||||
//do nothing, allow it to stay as is
|
||||
//do nothing, allow it to stay as is (checkbox, plain text etc)
|
||||
}
|
||||
//build the row column object that will be used by the datatable
|
||||
var columnObject = {
|
||||
|
||||
Reference in New Issue
Block a user