QuillKit - Existing Table Editing Demo

Test editing tables that were loaded from existing HTML content

⚠️ API Key Required: QuillKit requires a valid API key to function. This demo uses a demo API key. For your own projects, you'll need to obtain an API key from the QuillKit service.

✨ New Feature: Improved Existing Table Support

What's Improved:

📋 Test Instructions:

🔍 Technical Details

Border Color Extraction: The editor now automatically extracts border colors from existing tables when they're loaded. It supports:

Table Normalization: When tables are detected, the editor:

  1. Extracts the border color from the first cell (if available)
  2. Stores it as a data-border-color attribute on the table
  3. Applies table-layout: fixed for predictable resizing
  4. Ensures border-collapse and width styles are set
  5. Applies consistent padding and borders to all cells

Backward Compatibility: Tables without explicit border colors get a default color (#ddd), and all existing custom styles are preserved.