sarahbwalsh
sarahbwalsh
`Listing.find_all_by_shop_id()` is throwing **Etsy::EtsyJSONInvalid** when the state is set to `sold`. Example: ``` access = { :access_token => 'mytoken', :access_secret => 'mysecret' } listings = Etsy::Listing.find_all_by_shop_id(myshop_id, access.merge(:state => :sold, :limit...
It would be great to have the option to hide the pagination navigation buttons when there is only 1 page of records. I'd also like to disable the ability of...
I have a screen with multiple datatables in it. Some of the tables have Pagination enabled and some do not. For the tables with pagination, the table header size is...