Max

Results 12 comments of Max

@mathpaquette Yes, it just returns watching symbols.

Confirm, no erros, all renders fine, but I don't see my changes in template. It looks like it takes from default

I have found error. There are error in docs. `` We need to use double quotes.

No, I know this feature. I mean when user can resize by grabbing the column borders and drag them. Like this one http://dobtco.github.io/jquery-resizable-columns @Zizzamia

Yes, I made it by myself. But, we need JS code to implement it. The main problem here all plugins works when `th` tags are exists on the page. I...

Some details. In the console I have error: > the resource response is not an object But response is the same when it has data: ![image](https://cloud.githubusercontent.com/assets/10895393/12031558/9210f220-ae37-11e5-8fe3-06cc4165ca50.png) After error I have...

@Zizzamia I tryed 0.6.0. The problem still exists

This is html code: ``` html Active Not-Active Completed Not Completed {{ project.User.Namel }} {{ project.UploadedDate|dateformat:'MM/DD/YYYY' }} {{ (project.DateActivated |dateformat:'MM/DD/YYYY') || 'n/a' }} {{ (project.CompletedDate|dateformat:'MM/DD/YYYY' ) || 'n/a' }} {{...

No, `response.TotalCount` is equal 0. You can see it on the screenshot above.

I tryed to get page from back-end. Anyway page number is decreased by 1. I can't understand why I have additional request when result is 0. I will describe more....