Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: future-architect/cheetah-grid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: future-architect/cheetah-grid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.2
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 5, 2023

  1. use svg images

    ota-meshi committed Dec 5, 2023
    Copy the full SHA
    bcea745 View commit details
  2. fix

    ota-meshi committed Dec 5, 2023
    Copy the full SHA
    3297547 View commit details
  3. fix

    ota-meshi committed Dec 5, 2023
    Copy the full SHA
    0e00324 View commit details

Commits on Feb 28, 2024

  1. Fixed to adjust message position if it is placed outside the Grid. (#418

    )
    
    * Fixed to adjust message position if the is is placed outside the Grid.
    
    * update
    ota-meshi authored Feb 28, 2024
    Copy the full SHA
    bb08d46 View commit details
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"vue"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[markdown]": {
"editor.formatOnSave": true,
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
[![npm](https://img.shields.io/npm/dt/cheetah-grid.svg)](http://www.npmtrends.com/cheetah-grid)
[![Build Status](https://github.com/future-architect/cheetah-grid/workflows/CI/badge.svg?branch=master)](https://github.com/future-architect/cheetah-grid/actions?query=workflow%3ACI)

[![Cheetah Grid](https://future-architect.github.io/cheetah-grid/logo.png)](https://future-architect.github.io/cheetah-grid/)
[![Cheetah Grid](https://future-architect.github.io/cheetah-grid/logo.svg)](https://future-architect.github.io/cheetah-grid/)

The fastest open-source data table for web.

2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<meta name="description" content="Cheetah Grid">
<title>Cheetah Grid</title>
<meta name="theme-color" content="#ff9933">
<link rel="shortcut icon" type="image/x-icon" href="./icon_512x512.ico">
<link rel="shortcut icon" type="image/svg+xml" href="./icon_512x512.svg">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style type="text/css">
Loading