Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 9b21782

Browse files
committed
chore: fix linting issue [refresh gh-pages]
1 parent 2604692 commit 9b21782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/grid-trading.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const historicSparklineFormatter: Formatter = (_row, _cell, _value: string, _col
8383
export class GridTradingComponent implements OnDestroy, OnInit {
8484
private _darkMode = false;
8585
title = 'Example 33: Real-Time Trading Platform';
86-
subTitle = `Simulate a stock trading platform with lot of price changes, it is strongly suggested to disable the `autoResize.autoHeight` grid option for this type of grid.
86+
subTitle = `Simulate a stock trading platform with lot of price changes, it is strongly suggested to disable the <code>autoResize.autoHeight</code> grid option for this type of grid.
8787
<ul>
8888
<li>you can start/stop the simulation, you can see SlickGrid huge perf by setting: (1) lower Changes Rate, (2) increase both Changes per Cycle, and (3) lower Highlight Duration</li>
8989
<li>optionally change random numbers, between 0 and 10 symbols, per cycle (higher numbers means more changes)</li>

0 commit comments

Comments
 (0)