META-INF.resources.js.components.FDS.fdsUtils.baseFDSProps.ts Maven / Gradle / Ivy
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
import {IFrontendDataSetProps} from '@liferay/frontend-data-set-web';
export const baseFDSProps: Partial = {
currentURL: window.location.pathname + window.location.search,
filters: [
{
id: 'dateModified',
label: Liferay.Language.get('last-updated'),
type: 'dateRange',
},
],
pagination: {
initialDelta: 20,
initialPageNumber: 0,
},
showManagementBar: true,
showPagination: true,
showSearch: true,
sidePanelId: 'none',
style: 'fluid',
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy