-
Notifications
You must be signed in to change notification settings - Fork 2
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
Labels
Comments
arawinters
added
enhancement
New feature request
accepted
Enhancement has been recorded in the Senzing backlog
labels
Jan 18, 2024
arawinters
added a commit
that referenced
this issue
Feb 2, 2024
arawinters
added a commit
that referenced
this issue
Feb 6, 2024
arawinters
added a commit
that referenced
this issue
Feb 7, 2024
arawinters
added a commit
that referenced
this issue
Feb 8, 2024
arawinters
added a commit
that referenced
this issue
Apr 15, 2024
arawinters
added a commit
that referenced
this issue
Apr 18, 2024
arawinters
added a commit
that referenced
this issue
Apr 22, 2024
arawinters
added a commit
that referenced
this issue
May 23, 2024
arawinters
added a commit
that referenced
this issue
May 24, 2024
arawinters
added a commit
that referenced
this issue
May 24, 2024
arawinters
added a commit
that referenced
this issue
May 25, 2024
arawinters
added a commit
that referenced
this issue
May 28, 2024
arawinters
added a commit
that referenced
this issue
Jun 5, 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
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:
{ cols: {column1: rendererFn1(fieldValue), column2: rendererFn2(fieldValue)}, rows: [{column1: string | number | any, column2: string | number | any}] }
The text was updated successfully, but these errors were encountered: