{"id":21189223,"url":"https://github.com/uptick/react-object-list","last_synced_at":"2025-07-10T02:31:43.004Z","repository":{"id":30236985,"uuid":"124351735","full_name":"uptick/react-object-list","owner":"uptick","description":"Neat table/list views with filtering and pagination support; powered by React.","archived":false,"fork":false,"pushed_at":"2023-01-25T07:49:07.000Z","size":4209,"stargazers_count":13,"open_issues_count":47,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-09T02:50:07.307Z","etag":null,"topics":["react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uptick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-08T07:09:18.000Z","updated_at":"2022-06-30T01:35:11.000Z","dependencies_parsed_at":"2023-02-14T05:40:14.599Z","dependency_job_id":null,"html_url":"https://github.com/uptick/react-object-list","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uptick","download_url":"https://codeload.github.com/uptick/react-object-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225614964,"owners_count":17496938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react"],"created_at":"2024-11-20T18:50:47.380Z","updated_at":"2024-11-20T18:50:48.407Z","avatar_url":"https://github.com/uptick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-object-list\n\n[![npm version](https://badge.fury.io/js/react-object-list.svg)](http://badge.fury.io/js/react-object-list)\n![Downloads](http://img.shields.io/npm/dm/react-object-list.svg?style=flat)\n[![Build Status](https://travis-ci.org/uptick/react-object-list.svg?branch=master)](https://travis-ci.org/uptick/react-object-list)\n[![codecov](https://codecov.io/gh/uptick/react-object-list/branch/master/graph/badge.svg)](https://codecov.io/gh/uptick/react-object-list)\n\nComponent used to display an array of object based data in a sortable, filterable, paginated, list based view, powered by React.\n\nCustom components can be passed in if they are designed to handle the same props as the default components. This functionality is available for the DataRenderer, Pagination and ErrorMessage and your component can simply be passed in through the props with one of the above keys.\n\n## Live Demo\n\nCheck out the live demo here: http://uptick.github.io/react-object-list/\n\n## Installation\n\nInstall the package:\n\n```\nyarn add react-object-list\n```\nEnsure you have all peer dependencies installed\n```\nyarn add classnames moment prop-types react-month-picker react-select\n```\n\n\nInclude icons from FontAwesome 4:\n\n```javascript\nimport React from 'react'\nimport ReactDOM from 'react-dom'\n\nimport ObjectList from 'react-object-list'\nimport {FontAwesome} from 'react-object-list/icons'\n\nvar mount = document.querySelectorAll('div.browser-mount');\nReactDOM.render(\n  \u003cObjectList\n    icons={icons.FontAwesome(4)}\n  /\u003e,\n  mount[0]\n);\n```\n\nor your own icons by specifying as so:\n```javascript\n  \u003cObjectList\n    icons={{\n      OptionalFields: \u003ci className=\"list\" /\u003e,\n      Favourites: \u003ci className=\"heart\" /\u003e,\n      RemoveFavourite: \u003ci className=\"trash\" /\u003e,\n      RemoveFilter: \u003ci className=\"minus-circle\" /\u003e,\n      DropdownOpen: \u003ci className=\"caret-down\" /\u003e,\n      DropdownClose: \u003ci className=\"caret-up\" /\u003e,\n      SortAsc: \u003ci className=\"caret-up\" /\u003e,\n      SortDesc: \u003ci className=\"caret-down\" /\u003e,\n      Unsorted: \u003ci className=\"sort\" /\u003e,\n      Loading: \u003ci className=\"circle-notch spin\" /\u003e,\n      CheckboxChecked: \u003ci className=\"check-square\" /\u003e,\n      CheckboxUnchecked: \u003ci className=\"square\" /\u003e,\n    }}\n  /\u003e\n```\n\nUnspecified icons will not show (excl. RemoveFavourite, SortAsc, SortDesc, CheckboxChecked, CheckboxUnchecked, RemoveFilter).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Freact-object-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuptick%2Freact-object-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Freact-object-list/lists"}