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

Which Javascript is needed? #3

Closed
kay899 opened this issue Aug 23, 2015 · 1 comment
Closed

Which Javascript is needed? #3

kay899 opened this issue Aug 23, 2015 · 1 comment

Comments

@kay899
Copy link

kay899 commented Aug 23, 2015

Hi,

I tried to use your package, but I was unable to do, as I don't know which Javascript from Datagrad I should use.

Could you extend your explanation with that?

Thanks would be very helpful.

Thanks
kay899

@aginev
Copy link
Owner

aginev commented Aug 25, 2015

Hi,

No javascript needed at all...

The main idea of the package is to build for you a table with sorting and filters per column. You are defining the grid structure in your controller, pass the datagrid to the view and show the it there. This will give you a really clean views, just a single line to show the table + filters + sorting + pagination.

The package does not manage

  • automatic data filtration
  • automatic sorting

The package will add pagination automatic if you pass paginated result set

Regards

Nasko

@aginev aginev closed this as completed Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants