{ "info": { "author": "David Renne", "author_email": "david_renne -at- yahoo com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: BSD License", "Topic :: Database :: Front-Ends" ], "description": "# Django WidgetList\n====================\n\n****\n\n## Introduction\n\n****\n\n``django-widget_list`` allows for easy reporting and pagination\n\n****\n\n## Summary\n\n****\n\n* A sleek ajaxified list\n* Full Blown configuration administration tool\n* Supports *ALL Databases (Haven't tested everything yet though, I am sure there are tweaks for each DB). mysql, postgres, oracle and sqllite tested (basic example)\n* Full sorting ASC/DESC and paging/limits of list via ajax\n* Easily add row level buttons for each row\n* Custom tags to pass to be replaced by actual data from each column/value\n* Automatic wildcard search support as well as CSV numeric parsing of when to perform a LIKE search or an IN statement on the primary keys\n* Column mappings and names\n* Drill down link helper functions to allow user to click and filter the list by the particular record value\n* Checkboxes for each row for custom selection and mass actions\n* Session rememberance for each list/view of what was last sorted, which page the person was on, the limit and search filters\n* Ability to set a custom HTML arrow which draws a hidden DIV intended for someone to put custom widgets inside of to pass new filters to the list before it executes\n* Buttons for each row and areas on the bottom of the grid where you can add \"Action buttons\"\n* Export visible data as CSV\n* Grouping/Predefined report filter feature\n* Either use a custom advanced searching form you build, or use the ransack dependency to build out a powerful filtering mechanism on the DOWN ARROW form users click. (See screenshots below)\n* Granular control over site-wide list parameter defaults using [A WidgetList Helper][1] or by simply copying the desired partial from the gem's app/views/widget_list/list_partials into your app/views/widget_list/list_partials and modifying the template for your \"site-wide template\" and outer list shells\n** Support for theme plugins such as [The Blue Sky Basin Theme][2]\n\n****\n\n## Screenshots\n\n****\n\n### Main Example Loaded:\n\n\n\n###Filter Drop Downs:\n\n\n\n###Searching a row (with wild card search):\n\n\n\n###Searching \"name=asdf_18\" (With ActiveRecord and Ransack hook):\n\n\n\n###Searching \"name=asdf_18\" and \"sku<9000\"(With ActiveRecord and Ransack hook):\n\n\n\n###Searching \"name=asdf_18\" and \"sku < 9000\" and \"price > 67\" (With ActiveRecord and Ransack hook):\n\n\n\n###Theme plugins/gem support ([The Blue Sky Basin Theme][2]):\n\n\n\n****\n\n## Administration Tool\n\n****\n\nIn order to use this tool please paste your @output into your view\n\n```ruby\n