l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 481 forks source link

Please add support for rowgroup extension #1705

Closed fireant242 closed 1 year ago

fireant242 commented 1 year ago

:rocket: Feature request

Is your feature request related to a problem? Please describe.

I've spent some time trying to get the rowgroup extension to work with angular data tables, I tried installing the way supported extensions are installed but it doesn't work. It would be a very useful extension to have.

Describe the solution you'd like

Please add rowgroup extension support.

fireant242 commented 1 year ago

Update: I was able to get rowgroup working by following the installation instructions of the select extension. It would be nice to have instructions on the github.io page because I just assumed that it wasn't supported since it's not listed on the website.

shanmukhateja commented 1 year ago

Hello,

Glad to know it worked for you.

A PR is always welcome 😊

You can find instructions in 'DEVELOPER.md'.

fireant242 commented 1 year ago

Hi,

Rowgroup only works with locally sourced data. It doesn't work when I get the data via API call unfortunately. I will continue trying to get it to work, but I can't promise anything.

Regards, Anthony

On Tue, 24 Jan 2023, 18:02 Surya Teja K, @.***> wrote:

Hello,

Glad to know it worked for you.

A PR is always welcome 😊

You can find instructions in 'DEVELOPER.md'.

— Reply to this email directly, view it on GitHub https://github.com/l-lin/angular-datatables/issues/1705#issuecomment-1402364216, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANO5RYVTF6KD3S43W7FWORTWUAKKJANCNFSM6AAAAAAUE6HXAU . You are receiving this because you authored the thread.Message ID: @.***>

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

shanmukhateja commented 1 year ago

Hello @fireant242

Did you check the DataTables.net documentation about AJAX with RowGroup here ?

shanmukhateja commented 1 year ago

Closing due to inactivity for a while.