SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
263 stars 126 forks source link

Built-in footer support for platform table components as supported in core table components #12286

Open Jinata92 opened 3 weeks ago

Jinata92 commented 3 weeks ago

Is this a bug, enhancement, or feature request?

Enhancement

Describe your proposal.

There is footer support for Fundamental Core Table components as documented here(https://sap.github.io/fundamental-ngx/#/core/table#with-footer). However, our application uses Platform Table components, and we have observed that there is no built-in footer support available for these components.

image

Can you handle that on the application side

No

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

Angular - 15.2.10 F-NGX - 0.43.40

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Is there anything else we should know?

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.

droshev commented 3 weeks ago

@Jinata92 Why can't you use the core table?

Jinata92 commented 3 weeks ago

@Jinata92 Why can't you use the core table?

@droshev My project requirements include a Tree Table with multiple selection mode, which can be achieved using the Platform Tree Table component, as shown here(https://sap.github.io/fundamental-ngx/#/platform/table/advanced). This functionality is not available in the Core Table component.

droshev commented 3 weeks ago

@Jinata92 That may be planned, but only for the latest version.