This commit is contained in:
@@ -19,11 +19,12 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
|||||||
CLIENT
|
CLIENT
|
||||||
Mobile view
|
Mobile view
|
||||||
why does it not switch when switch widths and have to reset?
|
why does it not switch when switch widths and have to reset?
|
||||||
|
custom fields dont' show unless defined??
|
||||||
|
|
||||||
SERVER
|
Should user be able to select custom fields in teh column selector if they are not set to show in the first place?
|
||||||
Error when custom field is included in columns (not even filtered)
|
I would say gray them out as inactive but leave in UI for column selector?
|
||||||
|
Or hide them if not activated so they can't be selected?
|
||||||
|
Also, maybe don't return them to the client from the server if they are inactive in the first place
|
||||||
|
|
||||||
|
|
||||||
todo (after)
|
todo (after)
|
||||||
|
|||||||
@@ -884,9 +884,13 @@ function buildHeaders(columnData) {
|
|||||||
h.flt = true;
|
h.flt = true;
|
||||||
}
|
}
|
||||||
//Sortable?
|
//Sortable?
|
||||||
if (!cm.ns) {
|
// if (!cm.ns) {
|
||||||
//yes, is sortable
|
// //yes, is sortable
|
||||||
h.srt = true;
|
// h.srt = true;
|
||||||
|
// } else
|
||||||
|
|
||||||
|
if (cm.ns) {
|
||||||
|
h.sortable = false;
|
||||||
}
|
}
|
||||||
ret.push(h);
|
ret.push(h);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user