diff --git a/ej2-react/code-snippet/grid/excel-export-merge/index.css b/ej2-react/code-snippet/grid/excel-export-merge/index.css new file mode 100644 index 000000000..e2de99fc9 --- /dev/null +++ b/ej2-react/code-snippet/grid/excel-export-merge/index.css @@ -0,0 +1,9 @@ +.e-grid .custom { + background-color: #f48fb1 !important;/* csslint allow: important */ + color: white; +} + +.e-grid .custom { + background-color: #fce4ec; + color: white; +} \ No newline at end of file diff --git a/ej2-react/grid/filtering/filter-menu.md b/ej2-react/grid/filtering/filter-menu.md index fef9885ef..fe9378a2e 100644 --- a/ej2-react/grid/filtering/filter-menu.md +++ b/ej2-react/grid/filtering/filter-menu.md @@ -302,7 +302,7 @@ function App() { } ; export default App; - +{% endraw %} {% endhighlight %} {% highlight js tabtitle="datasource.jsx" %} {% include code-snippet/grid/filter-method/app/datasource.jsx %}