Skip to content

Instantly share code, notes, and snippets.

View ambrinchaudhary's full-sized avatar

Ambrin Chaudhary ambrinchaudhary

  • Spain
View GitHub Profile
@ambrinchaudhary
ambrinchaudhary / DLTableFDSView.java
Created April 12, 2023 07:48
POC - Use of Frontend DataSet in D&M
package com.liferay.document.library.web.internal.frontend.data.set.view;
import com.liferay.frontend.data.set.view.FDSView;
import com.liferay.frontend.data.set.view.table.BaseTableFDSView;
import com.liferay.frontend.data.set.view.table.FDSTableSchema;
import com.liferay.frontend.data.set.view.table.FDSTableSchemaBuilder;
import com.liferay.frontend.data.set.view.table.FDSTableSchemaBuilderFactory;
import java.util.Locale;