{{selNode.lnImplementation === 'ECL' ? (table.tableId | camelCaseWithSpaces) : (table.tableId | camelcaseWithReplace:'_')}}:
{{pageSizeOption}}
{{selNode.lnImplementation === 'ECL' ? (field | camelCaseWithSpaces) : (field | camelcaseWithReplace:'_')}}
{{so === 'desc' ? 'Descending' : 'Ascending'}}
= 3 && !table.columnSelectionSM.includes(field))">
{{selNode.lnImplementation === 'ECL' ? (field | camelCaseWithSpaces) : (field | camelcaseWithReplace:'_')}}
Column selected (mobile) should be between 1 and 3
= tableFieldsDef[page.pageId][table.tableId].maxColumns && !table.columnSelection.includes(field))">
{{selNode.lnImplementation === 'ECL' ? (field | camelCaseWithSpaces) : (field | camelcaseWithReplace:'_')}}
Number of column selected should be between 2 and {{tableFieldsDef[page.pageId][table.tableId].maxColumns}}