Data & Tables

Table Filter

Filter table rows online by text, numbers, dates, empty values, and column conditions locally in your browser.

Tool

Table Filter

Filter table rows online by text, numbers, dates, empty values, and column conditions locally in your browser.

This tool runs in your browser. Your input is processed locally and is not uploaded.

About this Tool

Use this Table Filter to narrow a dataset to the rows that matter. The filter engine supports contains, equals, starts with, numeric comparisons, date ranges, empty-cell checks, and combined conditions across columns. It shows how many rows are visible and keep filtered-out rows recoverable until export.

Examples

  • tickets: - id: T-101 owner: Ada priority: high open: true - id: T-102 owner: Ben priority: normal open: false
  • sku,name,stock,price A-100,Notebook,42,7.95 A-101,Desk Lamp,18,24.50 A-102,Cable Pack,73,5.25

Frequently Asked Questions

Is my table data uploaded to a server?

No. The tool parses, transforms, previews, and exports data locally in your browser without uploading your input.

How are data types detected?

Values can be inspected as strings first, then optionally detected as numbers, booleans, dates, or empty values. You can keep text mode when exact formatting matters.

Does filtering delete rows?

No. Filtering should hide rows in the preview. Only the exported result should contain the filtered set if the user chooses to export it.

Can filters be combined?

Yes. The tool supports multiple conditions, with clear all-match or any-match behavior.

What file sizes are practical in the browser?

Small and medium tables are the best fit. Very large files can use a lot of memory because parsing, previews, and exported results all live inside the browser tab.

Related Tools