-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: ResultsTable component #337
Comments
* fix in eitems now points to the right document_pid * fix display of boolean values on table, inveniosoftware#337
* fix in eitems now points to the right document_pid * fix display of boolean values on table, inveniosoftware#337
Instead of each list component to explicitly implement ResultsTable, with a custom formatter, create common components per model entity, This issue should also address #407. We can provide two lists of properties to the about to be rendered table. A list with the required properties that are used for the internals of the components (i.e. ID), and a list of properties we want to display in the table.
|
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* focus on book cards * combined MostRecentBooks, MostRecentEbooks and MostLoanedBooks to one component * grid and list options for search kit layout * fixes for links and iteration prop key missing * several layout fixes * removed unnecessary Result List * addresses inveniosoftware#337 * closes inveniosoftware#528
* removed resultsList from PatronsSearch, DocumentRequestsSearch, EItemsSearch, ItemSearch, SeriesSearch, LoansSearch * cleaned extra width for ID column * fixed titles for documents * adjustable header according to headerActions * overview tables * table content adjustment * closes inveniosoftware#219, inveniosoftware#337
* removed resultsList from PatronsSearch, DocumentRequestsSearch, EItemsSearch, ItemSearch, SeriesSearch, LoansSearch * cleaned extra width for ID column * fixed titles for documents * adjustable header according to headerActions * overview tables * table content adjustment * closes inveniosoftware#219, inveniosoftware#337
Here we need to check if the value is boolean and handle it differently as if the value of the column is false it returns
-
and also when is true the value is not displayed correctly.The text was updated successfully, but these errors were encountered: