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

Adding some functionality to find and filter #86

Merged
merged 6 commits into from
Jun 21, 2023
Merged

Conversation

jesselee34
Copy link
Contributor

This MR adds the following functionality to find and filter:

const table = [
  // Normal row (works now)
  { rule: RegentRule, anything: 'foo' },

  // Function row (New)
  (data) => { rule: RegentRule, anything: `${dynamic}` },

  // Chunked row (New)
  [  { rule: RegentRule, anything: 'foo' }, { rule: RegneRule, anything: 'bar' } ]

  // Function chunked (New)
  (data) => [  { rule: RegentRule, anything: '${dynamic}' }, { rule: RegneRule, anything: 'bar' } ]
];

@jesselee34 jesselee34 changed the title WIP: Adding some functionality to find and filter Adding some functionality to find and filter Feb 9, 2023
@eisenivan eisenivan merged commit 49e65d2 into main Jun 21, 2023
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.

None yet

3 participants