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

4001 - Datatable use Datagrid #4104

Draft
wants to merge 16 commits into
base: development
Choose a base branch
from

Conversation

yaguzmang
Copy link
Contributor

@yaguzmang yaguzmang commented Nov 11, 2024

Resolves #4001
Resolves #1945

minotogna and others added 2 commits November 8, 2024 06:59
* 4001: Initial DataGrid POC

Co-authored-by: Alejandro Guzman <[email protected]>

* 4001: update grid first col size

Co-authored-by: Alejandro Guzman <[email protected]>

* 4001: add gridColumn + gridRow

Co-authored-by: Alejandro Guzman <[email protected]>

---------

Co-authored-by: Alejandro Guzman <[email protected]>
* 4001 - Add initial header styles

* 4001 - Split styles
@yaguzmang yaguzmang linked an issue Nov 11, 2024 that may be closed by this pull request
28 tasks
yaguzmang and others added 14 commits November 11, 2024 17:06
* 4001 - Add data-tooltip-html prop in DataCell

* 4001 - Separate old useClassName & add table-grid__data-cell class

* 4001 - Add calculated cell styles

* 4001 - Update useClassName
* 4001 - Clone TableHead as GridHead using DataCells

* 4001 - Add getODPHeader util

* 4001 - Extract cell rendering logic to custom hook

* 4001 - Update styles

* 4001 - Update OdpHeaderCell

* 4001 - Fix ReviewSummaryIndicator placement

* 4001 - Update odp header class name

* 4001 - Add GridHeadCell component

* 4001 - Remove cycle return

* 4001 - Move getODPHeader

* 4001 - Add GridHeadCellProps type

* 4001 - Use classNames

* 4001 - Update getODPHeader import path
* 4001 - Remove Multiselect from Table Grid

* 4001 - Add initial Grid Table layout fixes

* 4001 - Add FRA 2025/2020 layout fixes

* 4001 - Fix undefined spans

* 4001 - Add panEuropean 2025/2020 layout fixes
…#4134)

* 4001 - Add missing category cell style

* 4001 - Display notice messages

* 4001 - Add missing key prop

* 4001 - Fix cell placeholder style

* 4001 - Sort props

* 4001 - Rename useTableData to useParsedTable

* 4001 - Remove text-aligns & add rtl

* 4001 - Rename parsedTable to table

* 4001 - Move parseTable file

* 4001 - Remove rows concat
* 4001 - Fix layouts when review comments are enabled

* 4001 - Add highlight props

* 4001 - Add table actions

* 4001 - Add DataRow highlightRange prop

* 4001 - Add highlightRange to grid table

* 4001 - Update highlightRange calculation

* 4001 - Add firstHighlightCol & lastHighlightCol

* 4001 - Fix DataRow first & last col bug
* 4001 - Remove GridHead component

* 4001 - Remove GridRow component

* 4001 - Fix cells padding

* 4001 - Fix cell editable prop

* 4001 - Update text inputs

* 4001 - Delete VerticallyGrowingTextField component

* 4001 - Delete Old TextInput component

* 4001 - Fix Select container style

* 4001 - Rollback changes to InviteUserForm
* 4001 - Add InputNumber & use it for InputPercent

* 4001 - Use InputNumber instead of ThousandSeparated inputs

* 4001 - Sync input local value after paste

* 4001 - Simplify cell Number component

* 4001 - Remove isInteger, shouldRound, & thousandSeparated props

* 4001 - Add className, onBlur & onFocus to InputText

* 4001 - Use InputText and remove localValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTable: Use DataGrid Improvement tables - horizontal scrollbar(High priority)
2 participants