{{table.tableId | camelcaseWithReplace:'_'}}:
Records/Page
{{pageSizeOption}}
Sort By
{{selNode.lnImplementation === 'ECL' ? (field | camelCaseWithSpaces) : (field | camelcaseWithReplace:'_')}}
Sort Order
{{so === 'desc' ? 'Descending' : 'Ascending'}}
Column selection (Desktop Resolution)
{{field.label ? field.label : (selNode.lnImplementation === 'ECL' ? (field.column | camelCaseWithSpaces) : (field.column | camelcaseWithReplace:'_'))}}
Column Selection (Mobile Resolution)
= 3 && !table.columnSelectionSM.includes(field.column))">
{{field.label ? field.label : (selNode.lnImplementation === 'ECL' ? (field.column | camelCaseWithSpaces) : (field.column | camelcaseWithReplace:'_'))}}