Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd97fb6

Browse files
Vishnu-MoorthiVishnu-Moorthi
Vishnu-Moorthi
authored and
Vishnu-Moorthi
committed
Updated the CDN version
1 parent f94c405 commit dd97fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can import themes for the Syncfusion Streamlit component from the CDN. Refer
6565
You can change the default theme with any of the available [built-in themes](https://ej2.syncfusion.com/react/documentation/appearance/theme/). In this article, the `Fluent` theme is applied using `theme` property, which are available in CDN. The necessary `Fluent` CSS styles for the Grid component were passed into the `theme` property, which is referenced using the code snippet below.
6666

6767
```py
68-
props.theme = 'https://cdn.syncfusion.com/ej2/22.1.34/fluent.css'
68+
props.theme = 'https://cdn.syncfusion.com/ej2/23.1.36/fluent.css'
6969
```
7070

7171
## Run the application
@@ -78,7 +78,7 @@ import pandas as pd
7878

7979
data = pd.read_csv('dataset.csv')
8080
props = GridProps(data)
81-
props.theme = 'https://cdn.syncfusion.com/ej2/22.1.34/fluent.css'
81+
props.theme = 'https://cdn.syncfusion.com/ej2/23.1.36/fluent.css'
8282

8383
SfGrid(props)
8484
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /