Skip to content
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

Create flexible "Data Table" component #627

Closed
arawinters opened this issue Jan 18, 2024 · 0 comments
Closed

Create flexible "Data Table" component #627

arawinters opened this issue Jan 18, 2024 · 0 comments
Assignees
Labels
accepted Enhancement has been recorded in the Senzing backlog enhancement New feature request

Comments

@arawinters
Copy link
Contributor

We need to implement a new "Data Table" component that can serve to display the results of a Cross Source Summary #614 sample results. The data table should have the following features:

  • Ability to specify columns
  • Ability to specify default column order
  • Ability to collapse/expand columns
  • Ability to sort by column values desc/asc
  • Ability to appy custom formatting functions for field cells
  • Ability for columns to be resizeable
  • Accept a fairly generic data structure of
    { cols: {column1: rendererFn1(fieldValue), column2: rendererFn2(fieldValue)}, rows: [{column1: string | number | any, column2: string | number | any}] }
@arawinters arawinters added enhancement New feature request accepted Enhancement has been recorded in the Senzing backlog labels Jan 18, 2024
@arawinters arawinters self-assigned this Jan 18, 2024
arawinters added a commit that referenced this issue Jan 24, 2024
arawinters added a commit that referenced this issue Jan 26, 2024
arawinters added a commit that referenced this issue Feb 2, 2024
arawinters added a commit that referenced this issue Feb 2, 2024
arawinters added a commit that referenced this issue Feb 8, 2024
arawinters added a commit that referenced this issue Mar 14, 2024
arawinters added a commit that referenced this issue Apr 2, 2024
arawinters added a commit that referenced this issue Apr 4, 2024
arawinters added a commit that referenced this issue Apr 5, 2024
arawinters added a commit that referenced this issue Apr 11, 2024
arawinters added a commit that referenced this issue Apr 12, 2024
arawinters added a commit that referenced this issue Apr 18, 2024
arawinters added a commit that referenced this issue Apr 29, 2024
arawinters added a commit that referenced this issue Apr 30, 2024
arawinters added a commit that referenced this issue Apr 30, 2024
arawinters added a commit that referenced this issue Apr 30, 2024
arawinters added a commit that referenced this issue May 6, 2024
arawinters added a commit that referenced this issue May 24, 2024
arawinters added a commit that referenced this issue May 28, 2024
arawinters added a commit that referenced this issue May 31, 2024
arawinters added a commit that referenced this issue Jun 3, 2024
arawinters added a commit that referenced this issue Jun 3, 2024
arawinters added a commit that referenced this issue Jun 3, 2024
arawinters added a commit that referenced this issue Jun 3, 2024
arawinters added a commit that referenced this issue Jun 4, 2024
arawinters added a commit that referenced this issue Jun 6, 2024
arawinters added a commit that referenced this issue Jun 16, 2024
arawinters added a commit that referenced this issue Jun 16, 2024
arawinters added a commit that referenced this issue Jun 18, 2024
arawinters added a commit that referenced this issue Jun 29, 2024
@arawinters arawinters reopened this Jul 23, 2024
arawinters added a commit that referenced this issue Sep 18, 2024
arawinters added a commit that referenced this issue Sep 19, 2024
* #627 WIP

* #627 WIP

* #627 WIP

* #627 wip

* #627 wip

* #627 non-selected datasource records expand/collapse

* #627 empty column expand/collapse

* #627 default selection sampleset population

* #627 loading indicator(s)

* #627 bugfix

* #627 bugfix

* #627 bugfix

* #627 rel item refactoring

* #538 tooltips, related recs extension

* #538 column picker fixes

* #538 bugfixes

* #538 paging wip

* #538 paging ui fixes

* #538 paging bugfixes

* #538 bugfixes

* #538 bugfix

* #538 bugfix

* #538 paging fixes

* #538 bugfix

* #538 no results fix

* #538 bugfixes

* #538 matchKey filtering

* #538 matchKey filtering

* #538 matchKey filtering

* #538 removed auto-match-key-prompt, donut chart fixes

* #538 dt cell color change

* #627 entityId rowspan fixes, style changes

* #627 show only record row fixes

* #627 show only record row expansion fix

* #627 truncate number of items, show/hide truncated elements

* #627 bugfixes, rotating expando icon, context menus items

* #627 bugfixes

* #627 settings menu

* #627 bugfixes, matchkeys

* #627 bugfixes

* #627 bugfixes

* #627 css fixes, styling

* #627 css fix

* #627 selected datasource row filtering fix

* #627 column drag to resize

* #627 code cleanup

* #627 code cleanup

* #627 integration fixes

* #627 wip

* #627 paging bugfixes

* #627 missing local lib version correction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Enhancement has been recorded in the Senzing backlog enhancement New feature request
Projects
None yet
Development

No branches or pull requests

2 participants