Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[component - status panel] allow customising of status panel #841

Closed
AmitMY opened this issue Apr 15, 2016 · 4 comments
Closed

[component - status panel] allow customising of status panel #841

AmitMY opened this issue Apr 15, 2016 · 4 comments

Comments

@AmitMY
Copy link
Contributor

AmitMY commented Apr 15, 2016

I would like to have a feature to add some HTML to my footer (where it shows average, min, max, sum) to add some more things, that I think should be parsed.

For example, I would like to add a rows amount, to say how many rows are in the table, or a custom variable, for total rows, that my datasource returns, to show for example:
Rows: 200 / 5000

And then every time the table loads another page, so for example it would be
Rows: 400 / 5000

Or as a custom footer template:

function (params) {
   return "Rows: " + params.rows_count + " / " + params.custom_params.total_rows;
}

This example will also require some option for custom_params, but can be done without anything built in to the grid, just a custom variable I create.

EDIT:
Another thing important for me for example is number of selected rows.

EDIT 2:
Here is an example why this is important:
image
This example shows custom table icon indicators, that I created by adding a div, making a duplicate footer just to have more info

@ceolter
Copy link
Contributor

ceolter commented Apr 21, 2016

sounds fair - however the name overlayFooterRenderer i'm not liking.

an overlay in ag-Grid is what gets display when grid is loading, i don't think that's what you mean. this is a duplicate btw, but i don't have the time right now to look for the other one!

@ceolter ceolter changed the title [Feature] overlayFooterRenderer [Feature] allow customising of status panel Apr 21, 2016
@AmitMY
Copy link
Contributor Author

AmitMY commented Apr 21, 2016

Yeah I don't know how to name stuff.. thanks!

@ceolter ceolter changed the title [Feature] allow customising of status panel [component - status panel] allow customising of status panel Jan 19, 2017
@seanlandsman
Copy link
Member

tracked by AG-120
https://www.ag-grid.com/ag-grid-pipeline/

@makinggoodsoftware
Copy link
Contributor

Hi,

Thank you for raising this issue for us, at this moment we are reviewing how we process Feature Requests/questions that come through from GitHub.

As I am sure you are aware, we offer two products:

ag-Grid - this is entirely free to use in line with our MIT license
ag-Grid Enterprise - our commercial version which funds the development of both versions.

We currently have a very full pipeline of work which can be viewed here: https://www.ag-grid.com/ag-grid-pipeline/

This will be our priority for the coming months and as a result, we don’t have capacity to take feature requests/questions from GitHub, but you might find that yours has already been raised in our pipeline.

We will do a periodic review of GitHub issues for any bugs raised and these can also be tracked on our pipeline page.

Thanks for your understanding.
ag-Grid Team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants