Scott White

Results 36 comments of Scott White

@pennersr I will try to layout what I think it missing. I have re-written chunks of allauth in a couple of projects to deal with limitations before.

This is not just a problem for testing. I am using the serializer to push messages across AMQP. In this case, there is no view. I get the same exception.

@moraleslos the Griddle state is saved in a local store. You would need to persist this somewhere else in the app if you want the current page to be saved....

@DannyTakeuchi Right now there is now way to filter out certain columns from the filter. The localplugin handles the filter right now. https://github.com/GriddleGriddle/Griddle/blob/679614c1724e84bc625fdaea045b1fb665cd54cd/src/plugins/local/selectors/localSelectors.js#L36 My suggestion would be to look at...

Just set the page size: ```javascript const pageProperties={ currentPage: 1, pageSize: 200, } return ( ```

I am using 1.3.1. I had problems with anything past that and waiting for a new build.

@dahlbyk 1.3.1 is the latest on npm. Briefly, there were other versions available on npm. I had problems with those -> #668

I agree these are broken in 1.3.1. Looks like "locked" is not even implemented at all in the code. Sortable has some implementation on master, but I did not test...

@ryanlanciaux I would be happy to help with cleaning up some of the issues (labeling, closing old ones etc) + pull requests and look at this problem as well.