{ "info": { "author": "Daniel Havlik", "author_email": "dh@gocept.com", "bugtrack_url": null, "classifiers": [], "description": "js.tableselect\n**************\n\nIntroduction\n============\n\nThis library provides a widget which you can use to transform a multiselect\nto a searchable sortable table which has selectable rows.\nPackaged for `fanstatic`_.\n\n.. _`fanstatic`: http://fanstatic.org\n\n\nCreate and use\n==============\n\nOnce included, simply call $(select_element).tableselect(); to transform\nyour simple multiselect element to a searchable table select widget containing\nvalues and labels. Click on rows to select them.\n\naoColumn and aaData values need to be provided in the global \"tableselect\"\nobject with the Id of the original multiselect as key. First column must\ncontain the values of the options of the original multiselect.\nIn the example below this column is hidden:\n\n tableselect['my_multiselect']['aoColumns'] = [\n {\"bVisible\": false, \"bSearchable\": false},\n {\"sTitle\": \"Title\", \"bSearchable\": true},\n {\"sTitle\": \"Description\", \"bSearchable\": true}];\n\n tableselect['my_multiselect']['aaData'] = [\n [\"value_of_first_option\", \"title\", \"description\"],\n [\"value_of_second_option\", \"foo\", \"bar\"]] ;\n\n $('#my_multiselect').tableselect();\n\nCHANGES\n*******\n\n0.3 (2013-10-22)\n================\n\n- Add support for overriding initial sorting option.\n\n\n0.2 (2013-09-18)\n================\n\n- Add support for overriding Language options (Translations).\n\n\n0.1 (2013-09-12)\n================\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "js.tableselect", "package_url": "https://pypi.org/project/js.tableselect/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/js.tableselect/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/js.tableselect/0.3/", "requires_dist": null, "requires_python": null, "summary": "Fanstatic package providing a js table select widget.", "version": "0.3" }, "last_serial": 900443, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "24a0512ea29b2aa6f9ccb49e222b913b", "sha256": "a69f5206bdc24e861d4941cbcf190db2c65cdb968220fe813d14f8db2d0887e7" }, "downloads": -1, "filename": "js.tableselect-0.1.zip", "has_sig": false, "md5_digest": "24a0512ea29b2aa6f9ccb49e222b913b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7545, "upload_time": "2013-09-12T09:40:25", "url": "https://files.pythonhosted.org/packages/36/81/047539986270e5f234a7287ab6c2b34d3b5b3aa301153cf8bfc5bf433e0c/js.tableselect-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6ecfc43619db110d1ac91077e5f812d9", "sha256": "beb4c6579429b234aedaa516d8f705ec5c66753a514779e084380dfad0ca8c8d" }, "downloads": -1, "filename": "js.tableselect-0.2.zip", "has_sig": false, "md5_digest": "6ecfc43619db110d1ac91077e5f812d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7898, "upload_time": "2013-09-18T12:13:21", "url": "https://files.pythonhosted.org/packages/69/55/a9c64551ea83f431787dfd66110c3c009527a4e85c7b80c04952b2876c9d/js.tableselect-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e6d855c064ce5777e048b8df2d2746ec", "sha256": "824920a03930af462359002ea6fbe110e8d58f30bc15f53740cc83ba7c9dc1ba" }, "downloads": -1, "filename": "js.tableselect-0.3.zip", "has_sig": false, "md5_digest": "e6d855c064ce5777e048b8df2d2746ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8002, "upload_time": "2013-10-22T09:02:16", "url": "https://files.pythonhosted.org/packages/c9/5e/c6e4b01e14de7d0dc282d5ed3bf6a26b50517be22d41429a230d6d081d03/js.tableselect-0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6d855c064ce5777e048b8df2d2746ec", "sha256": "824920a03930af462359002ea6fbe110e8d58f30bc15f53740cc83ba7c9dc1ba" }, "downloads": -1, "filename": "js.tableselect-0.3.zip", "has_sig": false, "md5_digest": "e6d855c064ce5777e048b8df2d2746ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8002, "upload_time": "2013-10-22T09:02:16", "url": "https://files.pythonhosted.org/packages/c9/5e/c6e4b01e14de7d0dc282d5ed3bf6a26b50517be22d41429a230d6d081d03/js.tableselect-0.3.zip" } ] }