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

improvement(data-table): add cell formatters & custom tabular array option #1292

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theiliad
Copy link
Member

WIP

Here's what I'm testing with so far

{
	dataTable: {
		headingCellsFormatter: cell => Math.random().toFixed(2),
		dataCellsFormatter: cell => parseInt(Math.random() * 100 as any),
		// tabularArray: [["1", "2", "3"], [5235, 213123, 325], [214, 3256, 6346]]
	}
}

@theiliad theiliad changed the title improvement(data-table): add heading & data cell formatters + custom … improvement(data-table): add heading & data cell formatters + custom tabular array Jan 27, 2022
@theiliad theiliad changed the title improvement(data-table): add heading & data cell formatters + custom tabular array improvement(data-table): add cell formatters & custom tabular array option Jan 27, 2022
@theiliad theiliad added this to In progress in Q1 - 2022 Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Q1 - 2022
In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant