This commit is contained in:
@@ -47,9 +47,6 @@ SHELL / NAV / MENUS / LAYOUT
|
|||||||
TODO: LOCALIZATION
|
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
|
- 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?)
|
- 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?
|
- 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>
|
</template>
|
||||||
</v-data-iterator>
|
</v-data-iterator>
|
||||||
</template>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -505,9 +493,6 @@ function buildRecords(listData, columndefinitions, filters) {
|
|||||||
hour12
|
hour12
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
// case 6: //bool
|
|
||||||
// change to checkboxes??
|
|
||||||
// break;
|
|
||||||
case 7: //decimal
|
case 7: //decimal
|
||||||
display = window.$gz.locale.decimalLocalized(display, languageName);
|
display = window.$gz.locale.decimalLocalized(display, languageName);
|
||||||
break;
|
break;
|
||||||
@@ -525,7 +510,7 @@ function buildRecords(listData, columndefinitions, filters) {
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
default:
|
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
|
//build the row column object that will be used by the datatable
|
||||||
var columnObject = {
|
var columnObject = {
|
||||||
|
|||||||
Reference in New Issue
Block a user